-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello shannah,
Thanks for this app, it's a very great idea !
Unfortunately I can't give the correct location of my custom html page. I made an DCIM/IR.html page. File information give me :
Uri : content://com.android.externalstorage.documents/document/primary%3ADCIM%2FIR.html
Document id : primare:DCMI/IR.html
I tried with these values, but it gives me net::ERR_FILE_NOT_FOUND and net::ERR_UNKNOWN_URL_SCHEME
And with other path :
file:///primary:DCMI/IR/html -> net::ERR_FILE_NOT_FOUND
file:///DCMI/IR/html -> net::ERR_FILE_NOT_FOUND
Important point : I am using /e/ OS (https://e.foundation/, it is a fork of LineageOS) /e/ version 0.17 (Android 9 Pie, on Samsung Galaxy S5).
Is it possible to use local html file instead of web file ?
Have you an idea for the correct path ?
Or perhaps it is a limitation from /e/ ?
Thanks
Philippe