Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: No on-screen keyboard on the 7-inch local display?
#13
If it could be made to only load when chromium-browser is detected (which indicates locally attached display) then much better.

There is a code block early in scripts-panels.js that does chromium detection.

Code:
       // CoverView auto-display
       var userAgent = navigator.userAgent;
       if (userAgent.indexOf('X11; CrOS armv') != -1 || userAgent.indexOf('X11; CrOS aarch64') != -1) {
           GLOBAL.chromium = true;
       } else {
           GLOBAL.chromium = false;
       }
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: No on-screen keyboard on the 7-inch local display? - by Tim Curtis - 09-15-2022, 12:15 AM

Forum Jump: