I am in the middle of a new project where we need to publish a new mobile app. We are a team of pretty good js web devs, so we went with the (for us) obvious choice of cordova + jQuery Mobile.
We implemented a prototype with most of the features we would like to use in our finished product, and the app does what it has to, but animations are very slow, and using the app just feels "wrong".
Should we ditch jQM and switch to something else? Has anyone of you experience in building a Hybrid app with HTML + JS with any framework where the result was a bit better than acceptable?
My advice is to stay away from the UI libraries, they don't actually look that good and are slow and clunky. Just roll your own if you can, or find a lightweight UI library. But do use a JS framework; I used Backbone.js and it runs like a charm; LinkedIn also wrote a mobile app with Backbone.js (they may have gone native recently though?) and it was beautiful.