You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First and foremost thanks to your team for making the Capacitor GeckoView this page, it looks like a promising solution to bundle a webview inside an apk for Android platform that has very old non-updatable webview.
However I am unable to get the GeckoView bundled in the apk, it always uses the system webview.
Then finally I build the android app inside Android studio, and launched it in Android 7.1.1 emulator (x86). It launched the app but with blank grey background. The errors in the logcat indicated javascript errors typical of old webview not supporting newer js syntax ( such as Msg: SyntaxError: Unexpected token ? ).
I checked the apk file, it is only about 5MB, which I believed it doesn't include the GeckoView engine in it.
Expected behavior
It should bundle the GeckoView and the apk size should be much larger than 5MB, and should be able to run modern javascript without requiring polyfills.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Device: emulator
OS: android 7.1.1
Version 7.1.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
First and foremost thanks to your team for making the Capacitor GeckoView this page, it looks like a promising solution to bundle a webview inside an apk for Android platform that has very old non-updatable webview.
However I am unable to get the GeckoView bundled in the apk, it always uses the system webview.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should bundle the GeckoView and the apk size should be much larger than 5MB, and should be able to run modern javascript without requiring polyfills.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: