python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SIGABRT in the Chromium WebView when calling isAppUsingDarkTheme
We receive interesting native crash reports from our users. According to the log, the exception happens in the com.google.android.webview library when requesting theme attributes, specifically isAppUs...

Artem Mostyaev
Votes: 0
Answers: 1
WebView crops stream after resize
I have a webView inside a collapsingToolBarLayout. I use the OnOffsetChangedListener callback provided by the AppBarLayout to adjust the size of the webView (i insert layoutParams inside webView) dyna...
Iraklis Inguana
Votes: 0
Answers: 0
My onBackPressed seems to be working in reverse
I have been struggling with this issue for about a day now. When I press the back button on my phone it runs my code backwards. Can anyone perhaps tell me why this happens and how I will fix it??
publ...
Martin De Beer
Votes: 0
Answers: 0
Android WebView Post form data request
I am trying to open web-view with given params:
URL
request-params (token, mid, check_sum_hash)
Header (Content-Type "multipart/form-data; boundary=Boundary-${uuid}")
Method POST
WebViewCl...
Abhishek Bansal
Votes: 0
Answers: 0