Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
138 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
2 votes
0 answers
165 views

I'm wondering when the WebViewRenderProcessClient.onRenderProcessUnresponsive() method is triggered in the app using Android Webview and how to test it. When I let my website hang by JS like while(...
Alexey Ozerov's user avatar
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
0 answers
425 views

I have an webpage which contain login button in it, On click of this login button it's opening new tab in Chrome. I tried to load this webpage in my Webview, like in below code. @Override public ...
Srikanth's user avatar
  • 1,595
0 votes
2 answers
156 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
1 answer
262 views

My JavaScript code is not working. I want to make a WebView application via flutter. but I want to remove some sections or customize some properties using JavaScript on flutter. I also removed header ...
user avatar
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
0 votes
1 answer
111 views

I am loading a web app from my android application. In the initial load of URL, it will redirect to the login page and after login, it will move to the web app home screen. But the expected behaviour ...
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
0 votes
0 answers
271 views

I had opened google chrome from my android app. It's working fine, but now I want to get the response URL from the chrome browser. And go back to the app after retrieving from that response. What to ...
sri's user avatar
  • 105
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
-1 votes
1 answer
1k views

I have a web view application in Android Studio. The application works normally on the computer, namely chrome. But I get the following error in web view. What could be the problem? Thanks. $.post( &...
storedprocedure's user avatar
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
0 votes
1 answer
283 views

I am trying to start an activity (Errorpage) when webview failed to load content.But there is no error during the build, but the app closes, while inernet is off. It was supposed to launh the ...
salman Bro'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
0 votes
0 answers
297 views

In webview code it calls into the loaded javascript, passing in the string for the html div element id `"module_1", <div id="module_1" class="module"></div>: my_web_view....
lannyf's user avatar
  • 11.1k
3 votes
1 answer
469 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
1 vote
0 answers
3k views

I am writing an application that get the user's location and send it to the server. I am using JavaScript and PHP for the server side. I am trying to load this app on android WebView and it not ...
Eze Geremi Matthew'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
3 votes
1 answer
17k views

Trying to load the HTML files from assets folder, app working fine up to Android v8.1 and getting crash in Android Pie (9) devices. Seems like WebView render process getting crash according the debug ...
SomeswarReddy's user avatar
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