How to create mobile app

Home Forums Legacy Support Support queries Setup issues How to create mobile app

Viewing 15 posts - 61 through 75 (of 145 total)
  • Author
    Posts
  • #356812
    Anshuman Sahu
    Keymaster
    Hi 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/62955772
    #357079
    hothaibinh
    Participant
    Hi, 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 work
    #357434
    Anshuman Sahu
    Keymaster
    Hi we tried to check but the site aint working :https://gyazo.com/e26182840e9817fff797c9734182300b
    #357461
    hothaibinh
    Participant
    Hi, please try again, maybe the host was being maintained. I haven't got an issue with logging in
    #357570
    Anshuman Sahu
    Keymaster
    Hi 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 .
    #357958
    hothaibinh
    Participant
    Hi, sorry, what do you mean ? I don't understand What is the problem ? and what should I do now ?
    #358163
    Anshuman Sahu
    Keymaster
    You 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 ?
    #358194
    hothaibinh
    Participant
    Hi, 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 0
    #358329
    Anshuman Sahu
    Keymaster
    Hi 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-builder
    #358413
    hothaibinh
    Participant
    Ok thanks, I will check into it
    #361206
    hothaibinh
    Participant
    Hi, 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 worker
    #361394
    Anshuman Sahu
    Keymaster
    the 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/15eafo3
    #361818
    hothaibinh
    Participant
    This reply has been marked as private.
    #361819
    hothaibinh
    Participant
    By 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=course
    #361904
    Anshuman Sahu
    Keymaster
    yes 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 .
Viewing 15 posts - 61 through 75 (of 145 total)
  • The topic ‘How to create mobile app’ is closed to new replies.