Use this tag for questions regarding managing settings state for a WebView on the Android OS
Questions tagged [android-websettings]
142 questions
0
votes
0 answers
Web Content not rendering on Android Web view
I have a web content which is a collection of html ,js and static content like images, videos etc.
When I host the web content in a web server in some other system. I can render them from my Android stock browser (Using HTC One 4.4.2) but not from…

saurav
- 5,388
- 10
- 56
- 101
0
votes
0 answers
Android WebView not able to load website with EXt.js / Sencha Touch
Im trying to work with android's webview to show website that is implemented with sencha touch.
The website works fine on my built-in browser / chrome / desktop, but when I use my webview, it will stuck at the first page.
The website is implemented…

buddy123
- 5,679
- 10
- 47
- 73
0
votes
1 answer
How to disable the content touch in WebView without afecting the double tap zoom .
Acually i wanted to load the content in the webview , which is in a xhtml file .
I want to disable the accessibility to the content . Click on the link/texts must not navigate to that particular page .
More particularly , I have the contents page…

VIGNESH
- 2,023
- 8
- 31
- 46
0
votes
1 answer
Fatal singnal11 and webview doesnt load properly
I'm trying to load a webpage in a webview but the screen is stuck on loading on the page. It opens the website but after the loading it should display the content - but instead of that I'm experiencing continuous loading. Also sometimes istead of…

Darko Petkovski
- 3,892
- 13
- 53
- 117
0
votes
1 answer
Webview not opening gallery
In my application I am using webview and in that I am opening the url "drive.google.com/keep"
And while creating notes in the webpage, there is an option of choosing the image from gallery, And while I click on that to choose the image nothing…

nadeem gc
- 484
- 1
- 8
- 22
0
votes
2 answers
How to finish the activity when user clicks on the submit button on webView
I have a webview in my activity and i am displaying a form in this webview. I want to finish the activity when user clicks on the Submit button of the form. How can i do this.
Or in Another way you can say that i want to get the id of the button…

user3154663
- 291
- 1
- 2
- 18
0
votes
0 answers
In android version 2.3.6 web view not show content which have image
My Response is the form of html data,which contain string data and image,when i load the content in web view then it show proper result on the android versions 3.0 but it give me error on android version 2.3.
error is:
01-06 14:54:18.735:…

Suraj
- 550
- 1
- 5
- 17
0
votes
1 answer
WebView changes pages some moments after onPageFinished()
I'm changing the WebView's visibility to visible when onPageFinished() is called but the previous page is visible for a few moments before the WebView renders the new page.
Is there any way to catch the page rendering done event of the WebView?

timemanx
- 4,493
- 6
- 34
- 43
0
votes
2 answers
Zoom in WebView to fit webpage's width
The webpage that I need to use has a 320px wide background and everything on the webpage is laid out according to the same width.
On devices with larger screens, everything on the webpage appears centered but small.
I've tried everything that I…

timemanx
- 4,493
- 6
- 34
- 43
0
votes
1 answer
How to display the byte array data in webview on Android
I have the HTML data in the byte array, and I want to display it in webview. Currently I am displaying it by converting the byte array to a string and displaying it by using the following code.
mDecryptDataWv.loadDataWithBaseURL("", htmlData, …

InnoTest
- 9
- 3
0
votes
1 answer
ImageButton in ActionBar for GoBack in WebView
I'm using Fragments and one of my Fragment I have a webview. I want to add a image button that will let user to go back.
I have 4 Fragments and their names are Fragment1,Fragment2,Fragment3,Fragment4.
Also I have 4 layouts tab1.xml tab2.xml…

Adam Croth
- 85
- 2
- 10
0
votes
1 answer
A url with parametar not loading in web view from assets
I have an android web view its working fine
for when i load
webView.loadUrl("file:///android_asset/knockout.html");
but it not works when i…

Kishor datta gupta
- 1,103
- 2
- 14
- 42
0
votes
1 answer
webview.loadurl() Vs super.loadurl() in android phonegap
What is the difference b/w these two methods
webView.loadUrl("file:///android_asset/www/index.html");
and super.loadUrl("file:///android_asset/www/index.html");
When i am using second one my application running well but when i am using first one it…

Rohit
- 687
- 5
- 22
0
votes
1 answer
How to check if WebView needs to load remote network resource?
I am using WebView to render local HTML pages loaded from a string, and for security reasons need to block loading any external resources, but need to notify the user if anything was actually blocked and give the user an option to fully load the…

Marcin
- 2,399
- 3
- 17
- 15
0
votes
1 answer
memory is increase when click on webview
I load website which loads whole page using Javascript files to WebView. Every time when I load page to Web view it shows me some memory increased in
setting > apps > running
Even, when I release Webview then also it does not release the…

AndyBoy
- 564
- 6
- 29