I was trying to build an apk from pwa using bubblewrap. My pwa is hosted in Chemistry for CSE When I initiated bubblewrap with my manifest which was in the root of the above mentioned webpage using the bubblewrap init
bubblewrap init --manifest https://rahman24.github.io/chemistryforcse/manifest.json
and after that I build the apk using bubblewrap build
. While building, this generates a app-release-signed.apk file and after building, when it goes to lighthouse check, score is 88 but the lighthouse pwa check says no and there checks failed but the apk files are in the same location.
This is the first problem...it is not passing the lighthouse pwa check even though it passes this in chrome tools
and the second problem is, with the apk generated without passing the lighthouse checks, I can install it. But the url bar is showing in the app like in this screenshot at the top. But im pwa, it's all fine Please let me know the things I can do for these two to rectify it Thanks in advance