Unable to hit the local file in android studio -
i have created project on android studio works fine when come change local hitting page local page located in assets floder under www folder, location path try use following code:
mywebview.loadurl("../assets/www/pages/splashscreen.html"); i unable hit local pages. these line of code works fine
mywebview.loadurl("http://www.google.com"); mywebview.loadurl("http://www.facebook.com"); why can not able hit local pages
mywebview .loadurl("../assets/www/pages/splashscreen.html"); where wrong ?
someone please me out.
thanks in advance.
Comments
Post a Comment