Do PhoneGap Apps need Internet connection?

android, cordova

Solution

No internet connection is required! :) U just need to make the normal HTML pages and store them in the asset folder. See the link how to set up: http://cleancodedevelopment-qualityseal.blogspot.in/2012/12/first-phonegap-app-with-android-using.html

Problem

I think this is a basic question, but I can't find this on their site, or just correct me if I'm wrong. I would like to ask do phonegap apps need to be connected to the internet for it to be used? I need to understand and know this one. Since I'm torn between two options whether to use the native code or phonegap. Thanks

Original source