I am working on an application in Android, where I want to load a local html file using
webview.loadurl("file:///android_asset/index.html#home");
It will load ok on most devices, but on some Samsung devices with Android OS 4.0.4 , it load fails.
Do you have ideas with this issue?
Add some comments and sorry for my mistake just now.
webview.loadurl("file:///android_asset/www/index.html");
work fine , but
webview.loadurl("file:///android_asset/www/index.html#home");
failed .