geckoview

Dropdown (Select tag, Combobox) not working in GeckoView implementation

不想你离开。 提交于 2021-01-27 19:35:44
问题 I'm implementing a Geckoview instance inside an android App. Everything looks to work properly and the Geckoview is able to load a URL. My problem is that if a site has a dropdown (select tag, Combobox) when I click in the arrow the options don't appear. I've tried using different versions and channels of the repositories (nightly, release, beta), and I'm still having the same problem. I've tried in different devices and versions of android. When I use browser that use Geckoview (Reference

How to get a web page source code with GeokoView

三世轮回 提交于 2020-01-03 06:00:53
问题 I am an android developer and I know about GeokoView recently. I can get source code of a web page by android WebView (java code). However with my new website, android Webview can't load the webpage but GeokoView can. Now I want to get source code of a web page by GeokoView. Is there any body know the solution to resolve this problem ? Thank in advance 回答1: As far as I know, you cannot use GeckoView to get the source code, but the geckoview library does have GeckoWebExecutor. Take a look at

Geckoview get microphone permission

跟風遠走 提交于 2019-12-10 22:17:24
问题 I am trying to use the audio recording feature from a website inside a GeckoView element. Therefore I set the permission inside AndroidManifest.xml: <uses-permission android:name="android.permission.RECORD_AUDIO" /> When I now try to record the audio on the website, an HTML PopUp (which is part of the website, not a feature of the browser) tells me that I need to give permission. I can't do anything else - it's just a note without buttons. On the other hand: when I use the regular Firefox

Integrate GeckoView in Android

笑着哭i 提交于 2019-12-06 07:01:41
问题 I'm facing problem in file upload in webview in Kitkat(4.4). As per https://code.google.com/p/android/issues/detail?id=62220 it can't be done in 4.4 due to missing method in new version of webview. Hence searched and found GeckoView(https://wiki.mozilla.org/Mobile/GeckoView) as alternative for webview. I followed all steps specified at https://wiki.mozilla.org/Mobile/GeckoView, still project is not running in emulator as well as android device. I tried downloading and importing sample project

Integrate GeckoView in Android

北城以北 提交于 2019-12-04 12:22:28
I'm facing problem in file upload in webview in Kitkat(4.4). As per https://code.google.com/p/android/issues/detail?id=62220 it can't be done in 4.4 due to missing method in new version of webview. Hence searched and found GeckoView( https://wiki.mozilla.org/Mobile/GeckoView ) as alternative for webview. I followed all steps specified at https://wiki.mozilla.org/Mobile/GeckoView , still project is not running in emulator as well as android device. I tried downloading and importing sample project Geckobrowser in https://wiki.mozilla.org/Mobile/GeckoView , but it gives compile time error for