Reputation: 3169
I am writing a Cordova (PhoneGap) app and am at the moment just using jQuery. I was hesitant to use jQuery Mobile because I didn't think it allowed flexibility. I assumed the only way you could do things was its way. But I am considering using it because it will make many things easier for me. I just need to know I can do certain things:
Also, if anyone has used Cordova (PhoneGap) and jQuery Mobile together, if you have any general tips or tricks to make the process faster for me that would be greatly appreciated.
Upvotes: 1
Views: 3689
Reputation: 864
I've built a few apps with JQM now.
You can do that but you will need to write something custom. In version 1.40rc 1 there are some more touch based navigation controls. I suggest checking the documentation.
No difference really the one without the extra themes just doesnt have the b,c,d... themes. I tend to use the basic css structures and then build out my own custom ones on top of that. JQM recommends using a themes folder. I have found this a bit clunky in the past as it adds a lot of extra code. You can easily write your own css styles though. I typically have a jqm-custom.css that I include after the basic styles.
You can set a fixed header yes - I believe this is what you are asking. This support in rc1.4 is a lot better.
Do a search on google groups - for phonegap and jqm that's going to be your best bet - You will run into some oddities along the way.
Upvotes: 2
Reputation: 2291
Hm.. maybe google?
developing-mobile-applications-with-phonegap-and-jquery-mobile
lessons-learned-from-phonegap-cordova-and-jquerymobile-on-android
Upvotes: 2