when webview is used with load html, any html reference to images,js,etc in file:///android_asset works perfectly.
but when webview is used with loadurl('http://someserver.com') then any html tag reference to images,js, etc in android_asset does not load.
is it true that only html loaded locally from android_asset can use images,js from asset folder. and when we load html from external server, webview cannot access asset files.
but when webview is used with loadurl('http://someserver.com') then any html tag reference to images,js, etc in android_asset does not load.
is it true that only html loaded locally from android_asset can use images,js from asset folder. and when we load html from external server, webview cannot access asset files.