Back to All

Offline website, without network

I have a zip file with an offline version of a website. Works on desktop browsers and Chromium for Android with "file:///sdcard//index.html"
It contains the HTML, and linked js and css files. References are all relative.
I want to build a gonative app that doesn't need network permissions at all.

With offline-page, I'm still having trouble. The page loads, but it does not appear to load referenced assets like js or css. I am storing the extracted contents of the zip file, on the sdcard. How do I get the app to load that context and have the page references work?

I also do not want Offline Downloads plugin. I want this app to have No network permissions. Just to load an offline copy of a website, with the ability to reference resources/assets locally. Thank you.