I am developing business app using WebView,
When in offline mode, app will show html pages on WebView.
On the simulator html pages are found and working fine, but on Android device, html pages could not be found and WebView shows not found error.
HTML pages are located in “PROJECT_ROOT/db/”,
there are 26 files,
naming:
“test1_1.html” to “test1_16.html” => 16files
“test2_1.html” to “test2_8.html” => 8files
and “test1_info.html”, “test2_info.html” => 2files
Any ideas, why on the android device, these files are not working…
Also in “db” folder, there is “notfound.html” file, this file is displayed on WebView with no error, but other “test*.html” are not.