eruda icon indicating copy to clipboard operation
eruda copied to clipboard

does not work on pages which are locally hosted on device?

Open devalllex opened this issue 2 years ago • 2 comments

i opened a page from my storage directly on browser after applying the eruda it does not show up but on other pages it works fine

devalllex avatar Mar 22 '22 13:03 devalllex

I think it's a security feature created by your browser as you can't make any requests from an html file that is located locally and opened using "file://" so you can't download the eruda js file. You need to open it through a local webserver, You may use Termux combined with Node and Live-Server package to open your page with a local webserver.

ibnsamy96 avatar May 06 '22 16:05 ibnsamy96

I think it's a security feature created by your browser as you can't make any requests from an html file that is located locally and opened using "file://" so you can't download the eruda js file. You need to open it through a local webserver, You may use Termux combined with Node and Live-Server package to open your page with a local webserver.

thnaks for the feedback

devalllex avatar Aug 08 '22 14:08 devalllex