@appstarter – yes host your mobile webapp from your website and provide users a URL to download and instructions for launch and Save to Home Screen. Your mobione app is configured to run offline by default.
Your webserver must be configured to return the .manifest file with the mime-type: text/cache-manifest. If you are running an apache server use the following config setting:
AddType text/cache-manifest .manifest
You can verify that your app is offline-enabled in 2 ways.
1) Inspect the properties of your main design page in MobiOne. Select the top node in the Design Center Outline. If Property View is not open, select Windows>Properties. You should see a property named “Offline Support” It should be set to “AppCache Support” or “<Default>”. If the value is <Default>, select Windows>Settings>HTML Generation and inspect the Offline Support settings.
or
2) Inspect the html code to see if there is a tag similiar to
<HEAD manifest=”yourappnamehere.manifest”>
See attachment offline-verify.png
Wayne
Genuitec Mobile Team
Attachments:
You must be
logged in to view attached files.