How to get offline mode? open .html | Android

I buy RocketWeb from CodeCanyon now I want to open an offline HTML page in my app.

It’s possible to use the offline page but it does do not work like host web project. Because your mobile device is not a server. For basic or sample pages it’s will be fine.

First, paste you are all project files in the assets folder. In my case, I just add a text.html page. If you have another folder all set on there.

Then file:///android_asset/ will the your project base path. That’s mean in my case because I set text.html then my path will be file:///android_asset/text.html.

So with base path set your starting page name and now you are ready to use it as website URL or menu URL. Configure the app from the configuration ( http://help.infixsoft.com ) website as per I mention on video and doc.

Leave a Reply