Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » WebView Error(net::ERR_CACHE_MISS)
WebView Error [message #1718674] Tue, 29 December 2015 05:59 Go to next message
Tim Bilyeu is currently offline Tim BilyeuFriend
Messages: 6
Registered: December 2015
Junior Member
Hey there. I have an app!!
I am trying embedding a simple web host in an Android app, but get an error.
net::ERR_CACHE_MISS
Any ideas?


        webView = (WebView) findViewById(R.id.webviewwindow);
        webView.getSettings().setJavaScriptEnabled(true);
        webView.loadUrl("http://www.myurl.com.php");

Re: WebView Error [message #1718734 is a reply to message #1718674] Tue, 29 December 2015 15:16 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 12/28/2015 11:38 PM, Tim Bilyeu wrote:
> Hey there. I have an app!!
> I am trying embedding a simple web host in an Android app, but get an
> error.
> net::ERR_CACHE_MISS
> Any ideas?
>
>
>
> webView = (WebView) findViewById(R.id.webviewwindow);
> webView.getSettings().setJavaScriptEnabled(true);
> webView.loadUrl("http://www.myurl.com.php");
>
>
Always read sticky posts at forum's top.

https://www.eclipse.org/forums/index.php/t/225513/
Re: WebView Error [message #1718904 is a reply to message #1718734] Sat, 02 January 2016 01:53 Go to previous message
Tim Bilyeu is currently offline Tim BilyeuFriend
Messages: 6
Registered: December 2015
Junior Member
Russell Bateman wrote on Tue, 29 December 2015 15:16
On 12/28/2015 11:38 PM, Tim Bilyeu wrote:
> Hey there. I have an app!!
> I am trying embedding a simple web host in an Android app, but get an
> error.
> net::ERR_CACHE_MISS
> Any ideas?
>
>
>
> webView = (WebView) findViewById(R.id.webviewwindow);
> webView.getSettings().setJavaScriptEnabled(true);
> webView.loadUrl("http://www.myurl.com.php");
>
>
Always read sticky posts at forum's top.

https://www.eclipse.org/forums/index.php/t/225513/



Ha. Not sure where that is quite yet. I fixed this problem. Thanks!
Previous Topic:comment on the same line as code
Next Topic:Download Android Library?
Goto Forum:
  


Current Time: Thu Apr 25 11:30:54 GMT 2024

Powered by FUDForum. Page generated in 0.08219 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top