[deleted] Message disappeared as @[deleted] said. But how can I check that PWA is successfully implemented"?
datitisev SezginYILDIRIM Oh, that's too many extensions to check. What I'm assuming is happening is that one of them is resolving the UrlGenerator (I think) early (this was an issue that we had before, and most extensions fixed it - including core extensions). What I can only suggest is disable & enable extensions and see if the issue is fixed - extension load order does matter sometimes with these things.
SezginYILDIRIM datitisev I disabled all plugins, removed incompatible plugins, and installed updated ones. Now there is no problem left and my problem is solved. Thank u.
askvortsov There should be a message saying 'no issues detected', but I can also confirm that your site works (it does) by trying to install it. Each browser has different instructions for installation, see the link in my first post for more info. I'll fix the extraneous message and clarify how to check in instructions shortly.
[deleted] How can we make automatic pop-up notification for visitors with notification 'Add to Home Screen'?
askvortsov [deleted] Unfortunately, this is a browser restriction: supporting browsers will show their own popup when they see fit (see https://stackoverflow.com/questions/50332119/is-it-possible-to-make-an-in-app-button-that-triggers-the-pwa-add-to-home-scree/50356149#50356149). The most we can do on our end as forum admins is to add documentation explaining how to install the app to users. Most banners on conventional sites work by redirecting to an app store/play store link (where there'd be a native app), not installing as a PWA.
tankerkiller125 [deleted] Every browser is different, in general from what I understand there is no way to force it. It's just something that happens automatically based on the way the browser is programmed. From my understanding chrome will do it if a visitor has visited X amount of times in a short period. But that X is unknown.
JC_ProPlus It's not working though I didn't know why 🙁 Here's my site There's a hint on the admin page says "The Web Manifest file is not accessible" before I enable, however, I can load "webmanifest.json" and "sw.js" actually 🤔
askvortsov JC_ProPlus There's a hint on the admin page says "The Web Manifest file is not accessible" before I enable, however, I can load "webmanifest.json" and "sw.js" actually This is actually something I've fixed, I just need to push out the new release (will do within today). Apologies for the inconvenience!
JC_ProPlus askvortsov Really appreciate your work! However, after updating, it's still not working: the install button just won't come up... I double-checked those HTML tags, sw.js, and webmanifest.json, and they're all accessible. Any clue for troubleshooting this? 🤔
askvortsov JC_ProPlus When I open the console on the root url of your site, it looks like there's a 503 error when trying to access webmanifest.json. I suspect this might have to do with your server or cloudflare configuration. I'll try to see if I can't change it up so that webmanifest.json is dynamically generated, by an api endpoint, which should fix this issue (and make configuration easier too!)
JC_ProPlus askvortsov I see...Under Attack Mode caused the problem, it's now working 🙂 Thanks for helping
askvortsov v0.1.11 Manifest, Service Worker, and Offline files are now dynamically generated. This fixes the incompatibility with cloudflare, and simplifies the installation/management process (no need to use the enable switch anymore) Compatability with forums on subdomains is (hopefully) improved Bunch of other small bugfixes and improvements
giter askvortsov After uploading the logo, if you want to modify the logo, re uploading the new logo has no effect. Then I uninstalled and reinstalled it. The icon is still the original logo. deleted public/assets/pwa-icon-xxx.png solution : Clear browser cache, PC and mobile