javascript - What is the difference between jQuery Mobile and PhoneGap -


i developing mobile application using jquery mobile. using can left .html, .js , .css files. , in order make run in smartphones, need create stand alone application using toolkits such phonegap. so, if develop whole application using phonegap instead of using jquery mobile. possible?

jquery mobile ui framework building web application , phonegap javascript framework allows access native device functionality.

for example consider cases.

  • case 1: can develop mobile web app using jquery mobile.
  • case 2: if want access device hardware native device functionality, have phone-gap in addition ui framework can not jquery mobile. can package different platform (like ios, android etc) i.e., hybrid app. approach depends on requirement.

Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -