[android-developers] AppCache not working in WebView with loadDataWithBaseURL()

2012-07-10 Thread Andy Erickson
Greetings! I've been stumped on a WebView AppCache problem for a while now. I'm attempting to use loadDataWithBaseURL() to load literal HTML sourcing JS, CSS, images, and iframes into a WebView. At the same time I am using the HTML5 AppCache to store this content locally. My problem is

Re: [android-developers] AppCache not working in WebView with loadDataWithBaseURL()

2012-07-10 Thread Andy Erickson
:53:34 AM UTC-7, Mark Murphy (a Commons Guy) wrote: On Mon, Jul 9, 2012 at 2:12 PM, Andy Erickson wrote: Greetings! I've been stumped on a WebView AppCache problem for a while now. I'm attempting to use loadDataWithBaseURL() to load literal HTML sourcing JS, CSS, images, and iframes