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
{{ message }}
This repository was archived by the owner on Dec 17, 2021. It is now read-only.
Android: GeckoView crash in release mode in API 28 if using aab instead of apk.
As stated by @shawndeggans, it seem that GeckoView in BlazorMobile is crashing in this particular case.
We found that it does not crash when released as an APK instead of a AAB.
This issue is also for following.
Maybe this is related to the fact that current GeckoView lib was built against API 26 and maybe some code prevent to compile correctly against API 28 Bundle functionnality.
We will not update the GeckoView lib yet as there is some breaking changes in the binding generation if updated to the last version, and no time yet to investigate. And also we are not even sure that updating GeckoView is the way to resolve this bug.