Questions tagged [webviewchromium]
44 questions
0
votes
1 answer
Android Webview Chromium UnitTests fail with java.lang.NoSuchMethodError
We are currently facing this NoSuchMethod Error when we want to create the unit test with Robolectric version 4.3.1 and Mockito version 2.18.3
Exceptions:
java.lang.NoSuchMethodError: 'void…

Kate
- 53
- 1
- 6
0
votes
0 answers
Chromium For Android addPossiblyUnsafeInterface Not working
Hey im building Chromium for Android, and I'm trying to figure out why Javascript Interface isnt allowing me to inject javascript within a webpage within Chrome Activity Class.. Even when I call tab.getWebContents().evaluateJavaScript() seperately,…

T Shoats
- 347
- 2
- 4
- 19
0
votes
0 answers
Webview app vs Chromium fork for building custom Android Browser
I'm starting work on an Android custom browser.
I'm exploring two options:
Build an app which utilizes the underlying Webview on Android to display the website, but handles other app features separately -- like multiple tabs, some basic filtering…

Evrkusd
- 11
- 3
0
votes
1 answer
How to stop java code execution util a link in webView is loaded completely in android studio
I am trying to make a web scraping application in android studio, in which on extracted data I want to perform some action using java code.
Problem is that webview works asynchronously that is, it will go on executing remaining line of same method…

irshad ahmed
- 5
- 2
0
votes
0 answers
Change Logo, Icon of Chromium browser for windows
I want to change the GUI of chromium browser and rename it to make it my personal browser.
Any idea what should I do to change the images like it's logo, back and forward buttons, and other many icons. and I want to stop its google synchronization…

Ayush Agarwal
- 15
- 5
0
votes
0 answers
Microsoft Edge WebView2 - The format of the URI could not be determined
This post is about Microsoft Edge WebView2 control. When working on WebView2WpfBrowser sample from github here, I get the following error at the following code in file MainWindow.xaml.cs file. The sample runs fine except when in the the address bar…

nam
- 21,967
- 37
- 158
- 332
0
votes
0 answers
Method names changes in libstandalonelibwebviewchromium.so after build
I am using libstandalonelibwebviewchromium.so in my android application and when I am calling a native method it throws "java.lang.UnsatisfiedLinkError: No implementation" . I have looked into this issue and found out that name of the function is…

Avishek Nath
- 1
- 1
0
votes
1 answer
Android latest webview not supporting histoy.back()
I am loading web application in android WebView. I have added history.back() for onclick of html button in JavaScript. It was working fine before updating android WebView in Android System WebView version - 55.02883.91 but after updating WebView to…

Rahul Matte
- 1,151
- 2
- 23
- 54
0
votes
1 answer
Building Chromium for Snapdragon - no "swe_browser_apk" target
I've followed build instructions for Chromium for Snapdragon m54 stable build. I've added google play libs manually (as library_project is now missing in SDK). On
ninja -C out/Default swe_browser_apk
i'm getting error that "swe_browser_apk" target…

4ntoine
- 19,816
- 21
- 96
- 220
0
votes
1 answer
Android 4.4 (KitKat) and newer Chromium webview load page incomplete
Most web site pages works fine on Android 4.4 (and newer) Chromium based webview. But recently I found a website page behaves different between 4.4 (or newer) and earlier Android system.
The webview on earlier Android system works as expected but on…

agudoe2
- 171
- 1
- 4
0
votes
1 answer
JavaScript injection not working on Android Chromium WebView when target is Android 3.1
My Android app injects JS code into a WebView. It is targeted Android 3.1 but I am experiencing issue with Android 6 and 7 because of the WebView now being chromium inside so it is not the old WebView.
Nevertheless the issue is very strange so I do…

P5music
- 3,197
- 2
- 32
- 81
0
votes
1 answer
How to know when Chromium has stopped making network requests?
We are working with HTML5 games we need to know when a game has completely finished downloading all it's assets. In case of HTML5, this is not the same as when the page finishes loading. After the page finishes loading, the game's assets are…

Yashash Agarwal
- 7
- 2
0
votes
2 answers
webview keeps playing after activity is paused
In my app I use webview to display webpages defined by user. IF webpage contains video the video doesn't stop after back is pressed and activity is stopped. I've solve this issue in older implementation (android.webkit.WebView) but now I'm facing…

Picmann
- 45
- 2
- 12
-1
votes
1 answer
NoSuchMethod for org.chromium.android_webview.AwContentsClientBridge$$Lambda$1.run
That issue arrived from Crashlytics in my Application.
In MyApplication I have display Webview for display site.
-> Really don't know how to reproduce this issue.
here is full log details from Crashlytics:
Fatal Exception:…

axita.savani
- 406
- 1
- 6
- 21