[android-developers] Webview issue

2016-09-08 Thread rakesh babu
Hi all, I,Rakesh babu app developer I am developing Video based website app.For this I m using webview class. .I am facing with one error msg while chking my app thru emulator n samsung smart phone. too so pls give some suggestions to resolve this issue *"net::ERR_CACHE_MISS " * *For ur ref

[android-developers] WebView issue

2011-02-13 Thread Neilz
Hi all - I have a problem with my WebView... I'm using the method setUseWideViewPort(true). Within the view I load a webpage which includes a form. I'm testing on two devices: When I test on the Nexus, I can fill in the form fields as usual. With my Hero, I click into the form fields, and the sof

Re: [android-developers] Webview Issue Displaying 100% Wide Pages

2010-03-26 Thread Michael Thomas
Grr, I meant overflow:hidden. Mike Brian wrote: I am working on an app that uses webview for a help section. The help section is loaded from an external site, that is specifically designed for mobile phones. There are a series of 5 pages, with a simple next/ back navigation. When the first p

Re: [android-developers] Webview Issue Displaying 100% Wide Pages

2010-03-26 Thread Michael Thomas
Brian wrote: I am working on an app that uses webview for a help section. The help section is loaded from an external site, that is specifically designed for mobile phones. There are a series of 5 pages, with a simple next/ back navigation. When the first page loads, it loads perfectly, fillin

[android-developers] Webview Issue Displaying 100% Wide Pages

2010-03-26 Thread Brian
I am working on an app that uses webview for a help section. The help section is loaded from an external site, that is specifically designed for mobile phones. There are a series of 5 pages, with a simple next/ back navigation. When the first page loads, it loads perfectly, filling the entire ar

[android-developers] WebView issue

2009-12-28 Thread neha
Hi, On a browser menu click I need to fetch URL from a file one by one, load it in webview and dump its Render Tree in some file. I am able to do the same for a single URL but when file has multiple URLs then only last URL is rendered completely. Is this the looping problem? Could anyone help me

[android-developers] WebView issue (again)... Dianne?

2009-03-20 Thread Marc
So I've got a WebView, and in its content is a phone number. I hightlight it and click - voila, taken to the phone app. Now, all I do is add this code: wv.setWebViewClient(new WebViewClient() { @Override public boolean shouldOverrideUrlLoadi

[android-developers] WebView issue...

2009-03-11 Thread Marc
So I've got a WebView, and in its content is a phone number. I hightlight it and click - voila, taken to the phone app. Now, all I do is add this code: wv.setWebViewClient(new WebViewClient() { @Override public boolean shouldOverrideUrlLoadi

[android-developers] WebView issue?

2009-03-06 Thread Marc
So I've got a WebView, and in its content is a phone number. I hightlight it and click - voila, taken to the phone app. Now, all I do is add this code: wv.setWebViewClient(new WebViewClient() { @Override public boolean shouldOverrideUrlLoa