This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| new PerformanceObserver((entryList) => { | |
| let cls = 0; | |
| for (const entry of entryList.getEntries()) { | |
| if (!entry['hadRecentInput']) { | |
| cls += entry['value']; | |
| debugger; | |
| console.log('Current CLS value:', cls, entry); | |
| } | |
| } | |
| }).observe({ type: 'layout-shift', buffered: false }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb shell wm overscan reset | |
| adb shell wm overscan 0,0,0,50 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |