Trying to redirect a local html page in an Android web browser using Javascript redirection, it is denied intent in Logcat:
Testing on Android 5.1.1
document.location = "index.html";
Refused intent without user gestures, URI:
file:///android_asset/index.html
android android-intent webview
Abdullah
source share