I am looking at AppGyver to make a new app for iPhone and Android. I would like the app to be a native app mostly working offline so all information would be stored on the phone. Is that possible? Any advice would be great this is a new world for me.
The pages are naturally available offline. Only any parts that you would load from over the internet would not work (such as non-local data), but that can be stored client-side if the user opens the app online at least sometimes.