You need to sign in to do that
Don't have an account?

How to make a visualforce page available for offline to use it in Mobile App(hybrid) build with the salesforce SDK?
I am developing a Hybrid Mobile application using Salesforce Mobile SDK. I want to make the visualforce page available in my offlilne mode also.
Can someone guide me how to make a visualforce page work offline any guides or videos.
Can someone guide me how to make a visualforce page work offline any guides or videos.

You can't make a Visualforce page available in the mobile SDK - there is no local Visualforce server to provide the page. If you want to go offline your application has to be entirely constructed using elements that are supported by the mobile SDK (phonegap/cordova), which means HTML/CSS and JavaScript. The best you can do with Visualforce is HTML5 offline, but any data that you store for offline access won't be secure.