Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
137 views

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 ...
Srikanth's user avatar
  • 1,595
1 vote
0 answers
3k views

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 ...
Kez XI's user avatar
  • 31
0 votes
2 answers
154 views

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 ...
rashmi's user avatar
  • 1
0 votes
2 answers
313 views

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 ...
Malhotra's user avatar
  • 251
1 vote
2 answers
360 views

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 ...
Anandakrishnan's user avatar
3 votes
1 answer
4k views

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 ...
Malhotra's user avatar
  • 251
2 votes
0 answers
2k views

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 ...
konda rahul's user avatar
1 vote
1 answer
1k views

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 ...
MizuPanda's user avatar
3 votes
1 answer
466 views

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....
Maksym Gontar's user avatar
0 votes
1 answer
90 views

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&...
Nikolay's user avatar
  • 364
2 votes
3 answers
4k views

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(...
PGMacDesign's user avatar
  • 6,324