Questions tagged [webviewchromium]
44 questions
31
votes
4 answers
WebRTC error inside Chromium WebView: "CheckMediaAccessPermission: Not supported"
I'm trying to show WebRTC chat in WebView.
According to this documentation, WebView v36 supports WebRTC. For my test I'm using a device with Chrome/39.0.0.0 and I have added permissions to the AndroidManifest.xml file:

Siarhei
- 2,358
- 3
- 27
- 63
9
votes
3 answers
Where to find entire HTML content in Chromium source code
I am currently trying to do this: once the webpage loads, find out if the URL is of a certain pattern (say www.wikipedia.com/*), then, if so, parse the HTML content of that webpage like one can do with BeautifulSoup, and check if the webpage has a…

SexyBeast
- 7,913
- 28
- 108
- 196
9
votes
3 answers
Building WebView From Chromium for Android
I am trying to follow the instructions to build the webview apk from chromium base. I am running a Android-7.0 build. I finished the compilation process for chromium and generated the APK. I have two questions related to steps after APK…

Jake
- 16,329
- 50
- 126
- 202
8
votes
1 answer
Android WebView content cuts off while continues zoom in/out (rendering issue)
I want to display some HTML content in WebView with built-in zoom functionality. It is perfectly fine for some of the cases but sometimes HTML content cuts off while zoom in and out.
val settings = webview.settings
settings.loadsImagesAutomatically…

Akshay Raiyani
- 1,243
- 9
- 21
8
votes
4 answers
Jenkins Android build fails - can't build libwebviewchromium.so
A bit of advice or idea is needed.
I am trying to build Android 5.1.1 Lollipop with Jenkins. But it fails to build libwebviewchromium.so:
...
out/target/product/generic/obj/GYP/shared_intermediates/blink/bindings/core/v8/V8SVGNumber.cpp:55: error:…

Vladimir Lindemann
- 91
- 7
7
votes
3 answers
java.lang.IllegalStateException: Calling View methods on another thread than the UI thread
When trying to open a webview on my nexus 4 now with Android 4.4 (Kit kat) I'll getting this error message:
Calling View methods on another thread than the UI thread.;
java.lang.IllegalStateException: Calling View methods on another thread than the…

Jorgesys
- 124,308
- 23
- 334
- 268
3
votes
1 answer
When will the Edge Chromium WebView control (WebView2) be public (i.e. come out of developer preview)?
We've committed to using Edge-Chromium and the new WebView2 control.
Any update on the when it will become generally available? (Currently it is "developer preview") https://learn.microsoft.com/en-us/microsoft-edge/hosting/webview2

Brian Clink
- 297
- 2
- 17
3
votes
0 answers
webview causing my app to crash after a few minutes
I have an Android app with a webview that crashes after about 15 minutes of running. There isn't a stacktrace on logcat, only the following error message appears before the crash :
[ERROR:aw_browser_terminator.cc(81)] Render process (29413) kill…

Dunisani Matt
- 51
- 1
- 6
3
votes
1 answer
How to display HTML image tag in offline mode in Android
Hi i have data that contains HTML image tag and some text. To display this content i am using webView by following approach:
String getProductDetailsTechSpec = "
Here is the content of my…


rupesh
- 2,865
- 4
- 24
- 50
2
votes
1 answer
WebViewClient.shouldOverrideUrlLoading() documentation clarification
Referring to the API level 24+ only version of shouldOverrideUrlLoading, the documentation clearly states:
Note: Do not call WebView#loadUrl(String) with the request's URL and
then return true. This unnecessarily cancels the current load…

WebViewer
- 761
- 7
- 21
2
votes
0 answers
Admob Ads Throw ANR com.android.webview.chromium.WebViewChromium.onDraw(WebViewChromium.java:9) ANR?
I search a lot on com.android.webview.chromium.WebViewChromium.onDraw(WebViewChromium.java:9) ANR (produced by AdMob ads) but no help found, most of the help is about Webview, I'm not using any Webview in my Application. In the Application Admob…

Yaqoob Bhatti
- 1,271
- 3
- 14
- 30
2
votes
0 answers
Allow opening of webview in chrome extension
I'm trying to create a responsive testing browser using chrome extension. Currently I'm using Iframes to render the web-contents. However iframes have a lot of issues opening third party websites in cross-domain origin sites. I found that webviews…

ruturajkanake
- 21
- 1
2
votes
2 answers
WinUI 3.0 - Why UWP project is asking for MS Edge for Business for WebView2
When I use WebView2 control in a UWP project with WinUI 3.0 and run the app, the webpage inside WebView2 control is not displayed. Instead, the app displays the following message that takes me to Microsoft Edge for Business download page:
a…

nam
- 21,967
- 37
- 158
- 332
2
votes
0 answers
HTML5 videos in Webview showing blank preview after replacement of Android Webview by Chrome
It was showing all videos as it should before the update of my device firmware.
But now all videos showing a blank image instead of the initial frame loaded,
When I disable Chrome from my apps, Videos again starts working as it re enabled the old…

DipanIns
- 45
- 8
2
votes
1 answer
NullPointerException org.chromium.android_webview.AwContents$AwViewMethodsImpl.onDragEvent
about 10 days ago, my app started to record this exception (seen on dev console):
java.lang.NullPointerException:
at org.chromium.android_webview.AwContents$AwViewMethodsImpl.onDragEvent (AwContents.java:191)
at…

javaman
- 57
- 8