I have problem in loading image resource file in Android webview. Image name has space in words e.g,
file:///android_asset/images/abc xyz.jpg
So problem is webview consider %20 in name when ever space comes so it can not compare with image which is inside asset folder.
I am not sure is there any problem with asset manager which is giving name like just abc I mean before space name or its problem in webview?.