-
Notifications
You must be signed in to change notification settings - Fork 76
17 Chrome Android WebApp
CraigD edited this page Oct 9, 2024
·
1 revision
Current versions of Chrome on Android open Material (when saved to home screen) as a new tab, which breaks the WebApp look+feel. This, AFAIK, is due Chrome not treating LMS as a WebApp due to it being served over HTTP and not HTTPs. However, you can (for the moment at least) revert back to Chrome's previous behaviour (so opening Material as if its an app) using the following steps:
- Open chrome
- Go go "chrome://flags"
- Search for "PWA"
- Set "Enable the PWA Univeral Install Dialog" to "Disabled"
- Re-launch Chrome
- Re-add Material to home-screen
After this you can safely reset the flag to "Default"