21 questions
0
votes
0
answers
137
views
Notification API support in android webview
I'm unable load particular url in my webview and getting blank white screen.
When I load same url in chrome and chromium, url is loading properly and web notification is displaying like below ...
1
vote
0
answers
3k
views
Remove sandbox attributes on the iframe tag
I have an iFrame tag in my Android Webview which is a live streaming embed. It was working fine for at least 2 years until last week. No changes where made prior, the iFrame loads correctly in other ...
0
votes
2
answers
154
views
I'm making a webView for my app, but everytime when I try launch links like (whatsaap, twitter, viber) then whatsaap link work properly
only whtatsaap work but not twitter or viber. Also when I click other links on my app it open in browser not in app.
Also When I remove twitter or viber linking code then then it open in app, but as ...
0
votes
2
answers
313
views
Android webview with parameters not working as expected
I am calling the javascript function from the android app with two parameters. first one is the boolean and the second one is a string value. But it's not behaving as expected. Please let me know if ...
1
vote
2
answers
360
views
How to pass variable from java to javascript in Android webview?
I have already seen a similar question in stackoverflow, but I want a better explained answer to this question. I am new to android development and I am trying to figure out how to pass a variable in ...
3
votes
1
answer
4k
views
How to pass a string parameter to evaluateJavascript in android
I tried to pass a string parameter to the web app javascript code. It's failed while passing a variable with the string value. But it works when we hardcode the data. Please let me know what's wrong ...
2
votes
0
answers
2k
views
"The key "target-densitydpi" is not supported." while Loading url in webVIew
am trying to launch a URl in webView But it is throwing an error like
"The key "target-densitydpi" is not supported."
I have tried adding setUseWideViewPort to webview but didnot ...
1
vote
1
answer
1k
views
Android Studio Webview (Java) - Is there a way to wait until a loading inside a web page is finished before loading url?
I'm trying to get some elements in a web page using webView.loadUrl(...);.
However, I found out that there is a loading that "creates" these elements after the page is already loaded. So, I ...
3
votes
1
answer
466
views
window.beforeunload called before WebViewClient.shouldOverrideUrlLoading
In the Android app with the WebView and WebViewClient configured, after the window.open(url, '_system') called from the js, the js event window.beforeunload is fired before the Android WebViewClient....
0
votes
1
answer
90
views
Update content in WebView on loading start in runtime
I need add same content on webview after loading start. For example, if I have web page:
<head>
</head>
<body>
</body>
I need get
<same content/>
<head>
<head&...
2
votes
3
answers
4k
views
Android Webview EvaluateJavascript sometimes does not return a response
I have been trying to fix this for weeks and have no clue what is causing the issue. In my project I am utilizing the Android Webview's evaluateJavascript() method like this:
this.runOnUiThread(...