local HTML file not loaded in Chrome for Android

107 Views Asked by At

Trying to load a local HTML file (SPA including assets, js, css) on Chrome on Android. File is loaded, html seems to be parsed but shows nothing. When debugging this remotely (USB/adb) I got this error in the console:

 Not allowed to load local resource: content://com.huawei.filemanager.share.fileprovider/root/storage/emulated/0/Download/test1/index.html

Basically it seems the file is not loaded at all.

What can be done ? Help, Tx.

0

There are 0 best solutions below