-
Add option to use `PermissionDelegate` to request users permission. For example if my blazor app wants to use geolocation the user has to allow that.
More info about it here: [Working with Site Perm…
soend updated
4 years ago
-
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 t…
-
Hello,
GeckoView only displays websites in their original colors, the dark mod has become obsolete
Here are two screenshots
Using WebView:
![Screenshot_20230526-072722](https://github.co…
-
Add documentation in methods when needed.
Source: https://mozilla.github.io/geckoview/javadoc/mozilla-central/org/mozilla/geckoview/package-tree.html
-
-
* can only add files from the gallery 1515440
* is super slow to start up: 1534640
* if you share something from another app (open firefox, select some text, choose "share", choose send android) whi…
-
_Suggested by @marco-c:_
>For the Fenix model, we should try adding GeckoView too as a potential target
some of the Fenix bugs end up in GeckoView
We could make this dynamic instead of hard codin…
-
Hi Team,
After my application used GeckoView, the package size became very large. How to simplify it?
Thanks
-
I want to install a Firefox extension in a GeckoView
I tried the instruction from the docu ().
My code:
val runtime = GeckoRuntime.create(this)
geckoSession.open(runtime)
geckoVie…
J0R0W updated
2 years ago
-
In my project, I will use more than 1 GeckoViews to load html data inside. I add those GV into linear layout wrapped with Scroll view. I don't know html page length so I set all of the GeckoViews to w…