breautek commented on issue #931: Pressing back button leads to "Webpage not available" error page URL: https://github.com/apache/cordova-android/issues/931#issuecomment-600589493 This isn't a bug. This would be a misconfiguration on the app. `file:///android_asset/www/#/dashboard` is not a valid URL. Maybe you meant `file:///android_asset/www/index.html#/dashboard`? URLs should always point to an index file. Do note that there is no webserver here to automatically serve out a default index file when accessing the directory. If you require further assistance, I'd invite you to join our [slack](http://slack.cordova.io/), which is a more appropriate place for support.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
