Is there a way to detect if an PWA is “installed” on the home screen or is running in the normal web browser. Also is the a way to get the correct OS the PWA is running on.
Also is the a way to get the correct OS the PWA is running on.
This can likely be done by calling JavaScript code from GDScript.
Detecting whether the PWA is installed can likely be done by calling JavaScript code too: https://stackoverflow.com/questions/51735869/check-if-user-has-already-installed-pwa-to-homescreen-on-chrome
Thanks! It works super!