Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do PhoneGap Apps need Internet connection?

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

like image 501
Dunkey Avatar asked Aug 16 '13 15:08

Dunkey


3 Answers

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

like image 53
Aditya Harsh Avatar answered Oct 11 '22 12:10

Aditya Harsh


You can develop PhoneGap applications that run completely offline without internet connection. However, you may synchronize data with an online service if you need to. Ultimately, it depends on your on your needs.

like image 24
aadel Avatar answered Oct 11 '22 13:10

aadel


Phone Gap can function with and without the internet. With the internet , you can download it. In the absence of internet, you can have fun by creating apps for multiple platform.

like image 42
amir Avatar answered Oct 11 '22 14:10

amir