Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I am new in Mobile web app development using jQuery.
My question is how to integrate jQuery Mobile (JavaScript file) into html code.
jQuery CDN hosted files is use when users internet is on. According to my understanding the jQuery javascript file is help to run app when users internet is off or just he/she want to surfing the app in offline mode . Right??
and when i am done with my app phonegap give me facility to convert(.htm,.html,.ccs,.js) into different platform.During this how can i convert this javascript file into .apk . So its become a two apk for one single app. so how i am done with this.

At last is there any server required to host Mobile web app. Or I can direct use phonegap convert into different platform and upload into (playstore etc.)



Thanks in advanced
Posted
Updated 10-Jun-14 4:05am
v2

1 solution

Firslty you don't need to worry about the integration of jquery into html, all the things will taken care by phonegap.
And have you tried to create app using phonegap command line?
If Not then try "phonegap create yourappname", then try to build it using
"phonegap local build yourplatformname".
yourplatformname can be android/ios/wp8/wp7 etc...

you can refer phonegap documentation for further info
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900