Questions tagged [webapk]

4 questions
2
votes
1 answer

WebAPK creation failures on Android over VPN

My corporate VPN blocks all external traffic from an Android device. I am trying to test PWA that is internally hosted (all resources inside a firewall). What I observe is that despite passing Lighthouse audit my PWA fails the WebAPK creation…
mjakobis
  • 21
  • 1
0
votes
0 answers

How does the "webapk7.dex" file get into my assets?

Examining the structure of my app's assets via AssetManager, I found out that some devices have "webapk7.dex" in the root of the assets. What is this dex file? Which library is responsible for putting it there, or does Android do it? There are some…
SadSido
  • 2,511
  • 22
  • 36
0
votes
1 answer

Force Chrome to Generate WebAPK Insted of Add to Home Screen

from ver.7 of android by adding webapp to device home screen, chrome logo appear in bottom right corner of icon for added item, and this is not good. for solve this problem, best suggestion for me is using webAPK instead of webapp.i try to create…
0
votes
0 answers

Random Behavior in PWA install as a WebAPK

I create PWA app use reactjs and do/implement below steps for install it as a WebAPK (in android chrome): 1- valid manifest.json 2- install serviceworker 3- trusted https certificate but when tap on add to home screen : _most of the time install as…
Reza Mazarlou
  • 2,986
  • 4
  • 22
  • 31