Use this tag for questions regarding managing settings state for a WebView on the Android OS
Questions tagged [android-websettings]
142 questions
1
vote
2 answers
Why do my app registers itself as a browser?
I create an app.But the issue is it registers itself as a browser. When on the phone I click any link the options show browser and my app. Why it is like that?

user3086226
- 93
- 1
- 7
- 18
1
vote
1 answer
Showing an svg in Android using a webview won't zoom out after zooming in
I am showing an svg in an android webview. With this, I am having a couple of problems.
I am getting reports of people not being able to zoom out, after they zoomed in. I don't want to put out another release until I know I have fixed the problem,…
user2676468
1
vote
1 answer
WebView Items in a ListView
I am trying to create a ListView that contains Webview's.
The webview is being loaded by a diffrent url every time
@Override
public View getView(int position, View convertView, ViewGroup parent)
{
View rowView = convertView;
if (rowView ==…

user1163234
- 2,407
- 6
- 35
- 63
1
vote
0 answers
Android WebView: why not displaying this particular web page?
I am attempting to load a web page into a webview. I have tested this with numerous websites for which it works just fine. Except this particular mobile website for credit card company Capital One. I would like to find out why loading the following…

flukyspore
- 696
- 2
- 9
- 21
1
vote
1 answer
Webview loading cache crashes on orientation change
I made an app that contains a webview, that shifts cache mode when needed. From load default to load cache else network. First problem I had was that the app crashes when orientation is changed while an alert dialog is active. What I did was that I…

Lendl Leyba
- 2,287
- 3
- 34
- 49
1
vote
0 answers
Android WebView One Column doesn't work with YouTube videos
I am loading RSS data from URL,and that RSS data can contain link to YouTube video.
Here is an example how link to youtube vide looks like:
div class="video-shortcode">
1
vote
1 answer
How to save the webpage as cache in custom WebView
I want to save the webpages in sdcard when it loading in custom WebView and next time loading the same url I want to load it from cache and updates in the webpage should save in the cache.

Ribin Haridas
- 127
- 2
- 10
1
vote
0 answers
Android webview working too slow with JQuery
I am using KendoUi graphs in my android application, the graphs require a lot of jquery to be loaded. The android webview is taking atleast 6 seconds to draw the graphs. Is there any way i can speed up the loading process.
I have already…

Mr_Hmp
- 2,474
- 2
- 35
- 53
1
vote
0 answers
how to give height and width video on web view in android(different different device)?
I want give size height and width programmatically inside on webview and i'm using following code :-
width = (int) (display.getWidth() / 1.25);
height = (int) (display.getWidth() / 1.25);
String html = "
1
vote
2 answers
How to open a URL with specific settings?
Hi, everybody.
This is my code. I've created a menu in my app. One of the items opens a URL correctly. But I would like to open the URL in a WebView with this WebSettings. But it doesn't work.
public boolean onMenuItemSelected(int featureId,…

Fotogênicas Brasil
- 135
- 1
- 9
1
vote
1 answer
Solution of this { Fault String End Element in Web Service}
I have PDF Files list through web service link in my android application,when i was open my PDF its working perfect after i came back my list,Now i click(second time)same PDF file its not opem(working) the following error accord..help me…

Vela.
- 11
- 2
1
vote
1 answer
My embed video is not playing in WebView
I want to play this video in webview in android
http://www.youtube.com/embed/hLw8RZ10PLo?showsearch=0&autoplay=1&rel=0
But searched for it and i have implemented everything what i got
here is my code
package com.example.webapp;
import…

Naveen Chauhan
- 41
- 3
1
vote
1 answer
how to maintain session in android
I am new to android .In my application i need to maintain a session when first connection of web service(i need to implement java server web service urls when i call the first url i got response. after that second url call it gives the false…

user1716119
- 39
- 1
- 6
1
vote
1 answer
How to play inline html 5 video on WebView
How I can play html5 video embedded in html page on web view.
Please provide descriptive example.
Thanks.

Richa Laad
- 259
- 5
- 21
1
vote
1 answer
Android: Want to show layout on top when user scroll up and hide when scroll down in webview
I'm building an application in which I have loaded the webpage on webview. I have one layout which contains edittext in that. I want to hide the layout when user is scrolling down in the webview and show it again when user scrolls to the top. I have…

Anupam
- 3,742
- 18
- 55
- 87