Home › Forums › Legacy Support › Support queries › Setup issues › How to create mobile app
- This topic has 145 replies, 6 voices, and was last updated 2 years, 10 months ago by Anshuman Sahu.
-
AuthorPosts
-
May 10, 2021 at 2:03 pm #356812Anshuman SahuKeymasterHi please ty this solution I found :
The PWABuilder already returns you a assigned APK file and a assetlink.json that you will need upload to your server into a .well-known folder on the root of your host: https://www.your-domain/.well-known/assetlink.json> That way the Android display your PWA on full screen mode.
https://stackoverflow.com/a/62955772May 12, 2021 at 3:17 pm #357079hothaibinhParticipantHi, thank you, however I fixed the the full screen mode you talked about by applying the instruction. My problem now is that pwahelper can't recognize my service worker, therefore, when there's no connection, my app won't workMay 14, 2021 at 3:20 pm #357434Anshuman SahuKeymasterHi we tried to check but the site aint working :https://gyazo.com/e26182840e9817fff797c9734182300bMay 15, 2021 at 2:57 am #357461hothaibinhParticipantHi, please try again, maybe the host was being maintained. I haven't got an issue with logging inMay 15, 2021 at 1:43 pm #357570Anshuman SahuKeymasterHi as you can see in this video when I changed throttling to offline , the data loaded as it was loaded previously : http://somup.com/crhoICF8HH but the new tab my quizzes did not load as no data loaded before . If it had been loaded then it would show data .May 18, 2021 at 2:48 pm #357958hothaibinhParticipantHi, sorry, what do you mean ? I don't understand What is the problem ? and what should I do now ?May 19, 2021 at 3:25 pm #358163Anshuman SahuKeymasterYou said when there is no connection the app dont work . my last reply was for that. service worker is there.manifest.json is also correct. app showing install button . please specify how its not detecting service worker ?May 20, 2021 at 4:26 am #358194hothaibinhParticipantHi, I don't know, when I insert the link to pwabuilder, the service worker is not detected. Is there any miscommunication between my site and pwabuilder ? I adjusted the link So please check with this link https://elearning.survivalskills.vn/quan-tri/ This is what I got from pwabuiler SERVICE WORKER 0 / 30 REQUIRED Has a service worker 0 Has the correct scope 0May 20, 2021 at 3:13 pm #358329Anshuman SahuKeymasterHi I checked everything at my end and chrome is detecting the manifest and service worker both . the issue seems to be with pwabuilder.com itself. Here you can contact and create a issue :https://github.com/pwa-builderMay 21, 2021 at 7:12 am #358413hothaibinhParticipantOk thanks, I will check into itJune 12, 2021 at 8:23 am #361206hothaibinhParticipantHi, for some reason, maybe after update, my single page is disabled I guess, I don't know how to reactivate it as my page is not in single page mode anymore although I selected the single page in Vibe BP I want to recheck to see if your theme update me pwabuilder recognize my service workerJune 14, 2021 at 2:55 pm #361394Anshuman SahuKeymasterthe bp single is working when you click on logged in menu item you will be redirected to it . but the manifest.json file in your root has problem : please follow : https://prnt.sc/15eafo3June 17, 2021 at 5:37 pm #361818hothaibinhParticipantThis reply has been marked as private.June 17, 2021 at 5:39 pm #361819hothaibinhParticipantBy the way, in the pass when I enable single page, the address is like https://elearning.survivalskills.vn/quan-tri/ But now it becomes longer like this https://elearning.survivalskills.vn/quan-tri/#component=courseJune 18, 2021 at 11:19 am #361904Anshuman SahuKeymasteryes this double slash is a problem here : “scope”: “//”, it should be "/" single slash , did you edited the manifest.json file as I told you in previous reply , that should fix it . -
AuthorPosts
- The topic ‘How to create mobile app’ is closed to new replies.