1
vote
2answers
539 views

android webview error Page not found

I use webVIew read local HTML. HTML storage location Project for asset Some phones can be successfully used(samsung...) Some phones can not(HTC nexus...) Here is my code public class MainActivity ...
2
votes
1answer
1k views

Android WebView Asset Reference Memory Leak

My Android 4.0.4 application consists of a WebView through which the user can view multiple pages stored locally in the asset directory. When cycling through the pages, the following error eventually ...
0
votes
2answers
3k views

Problems loading html asset into webview

I am having difficulty in loading a html file from my project assets folder into a webview. I have looked at dozens of tutorials and solutions but none seem to work for me. In my project's assets ...
2
votes
1answer
2k views

Load web-application into a webview using local paths for images stored in the application

I want to be able to create an app that uses WebView to request a url from an external web application which returns html and css that references images that are assets within the actual ...