I am developing a hybrid mobile app using jQuery Mobile and AngularJS.
I decided to use a mix of the two for the following:
- jQuery Mobile
- good UI features
- not too heavyweight (compared to Sencha Touch, for example)
- AngularJS
- good performance and resource management (caching, asynchronous requests)
- personal experience
I have little to no experience with jQuery Mobile and, as I was learning, I noticed a potential conflict between the page navigation models of the two.
- Should I use only one ?
- If yes, which one is better suited for my needs ?
- Are there any gotchas with this setup ?
Many thanks.