Running jQuery Mobile on PhoneGap with Android

I know this may be a basic question, but I cannot find a basic answer on the Internet. How to implement jQuery Mobile in my PhoneGap application that I am developing with Android? I don’t know which version I need to download and which notation I need to put in the Eclipse project and index.html file for it to work.

Thank!

+3
source share
1 answer

The Create Project Wizard in the AppLaud Eclipse plugin for PhoneGap Android has a check box to include jQuery Mobile in the project. It basically adds jQuery and jQuery Mobile files to the project and adds links from index.html to them.

Eclipse ADT, → https://svn.codespot.com/a/eclipselabs.org/mobile-web-development-with-phonegap/tags/r1.2/download

http://www.mobiledevelopersolutions.com/

+4

All Articles