Use this tag for questions regarding managing settings state for a WebView on the Android OS
Questions tagged [android-websettings]
142 questions
-1
votes
2 answers
How to programmatically zoom in/out browser ( not a webview )
How to zoom in/out browser programmatically (not a webview)? Or maybe it is impossible to do that ?
For a PC I can do it by pressing Ctrl and + , but how to do it in Android?
I speak about android browsers (like a Google Chrome), not about WebView.

abrutsze
- 496
- 1
- 8
- 24
-1
votes
3 answers
How to open new screen on webview url click?
In my app i am using webview to display some web data, i want to implement a functionality where if a user clicks on any link a new screen (activity) will open and url's data will be displayed in that activity's webview. i have tried setting a…

User
- 692
- 2
- 11
- 29
-1
votes
1 answer
Android WebView shows "Resource not found"
I Want to open a WeView inside my App. It works fine for few pages navigation, then suddenly it shows "Resource not found". Here is my code. Am I missing something here.
webView = (WebView) findViewById(R.id.webView);
…

Prabhuraj
- 928
- 2
- 8
- 14
-1
votes
1 answer
Sample WebView application source code Android
I'm working on an HTML5 based Android App, and I don't understand how to get WebView working. I was wondering if anyone could point me to a place where I can download the source code for an example application of this so I can modify it for my app,…

Republican31
- 7
- 1
- 2
- 9
-1
votes
2 answers
How to show Hindi(non-english) webpages using web view in android application
I am developing an android application where I need to load a URL which contains the Hindi fonts in web view.
I used the following code for this:
WebView webView = (WebView) findViewById(R.id.webView);
WebSettings settings =…

Manoj Agarwal
- 703
- 3
- 17
- 39
-2
votes
1 answer
Whats wrong with my code for checking if a site is online or not?
I had been working on a app for my college project. It that application i just want to check if a website is available(online) or not. If it is available then open it in webview and if it isn't open a pre specified website.
After some research I…
-3
votes
2 answers
webview.goBack() is works only one time in android WebView
hi developers i am working in a webview in android. i loaded a webpage in WebView. then i click some link that contains in the webpage. Then i click the goback button in my application the onclick of the button contains the below…

Ribin Haridas
- 127
- 2
- 10