Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
SeNioR- Posted July 4, 2023 Posted July 4, 2023 (edited) I have Android 13. I noticed that if we don't set the iOS Startup Image (start screen for Apple), we can't install the PWA application. Recently there have been problems with the configuration of the iOS screen, so I suggest moving the meta tag <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> before {{if \count( $apple )}} After this procedure, the browser detected the application. Referrer: https://stackoverflow.com/posts/27951414/revisions Quote Chrome on Android now supports a meta-tag mobile-web-app-capable. Since Chrome M31, you can set up your web app to have an application shortcut icon added to a device's homescreen, and have the app launch in full-screen "app mode" using Chrome for Android’s "Add to homescreen" menu item. Edited July 4, 2023 by SeNioR-
Marc Posted July 5, 2023 Posted July 5, 2023 Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
Solution Stuart Silvester Posted July 5, 2023 Solution Posted July 5, 2023 This isn't valid, we don't have an iOS Startup image here and the app is perfectly installable (inc Android 13). These meta tags are really old and aren't really needed if you have a manifest.
SeNioR- Posted July 5, 2023 Author Posted July 5, 2023 I did some tests and actually tags have nothing to do with it. You're right. Anyway, only Chrome allows you to install a PWA application, Firefox, Opera or Edge only install a "shortcut" on the screen. I didn't pay attention to it before.
Recommended Posts