I’d like to find an UI mobile framework to use along with Backbone. I like jQuery Mobile and it’s way of structuring the HTML code, it’s easy to build a multipage application in a single HTML with an acceptable design. However, jQuery Mobile is more than an UI framework, as it handles more stuff like routing, something that doesn’t play very well with Backbone. Besides, it’s a bit heavy, and the performance in mobile devices is not really good.
So, basically, I’m looking for a light framework that styles headers, footers, buttons, list views, etc., and handles page transitions. Does that exist?
I’d like to find an UI mobile framework to use along with Backbone. I
Share
So far, I have found Lungo. The design is very clean and good looking, and it takes advantage of a number of HTML5 features. The downside (if it is a downside) is that requires Quo, another library of the same company, to traverse the DOM and handle touch events. However, I’m used to jQuery, and the former lacks some features that are included in jQuery, so I ended up with two libraries that have pretty much the same purpose.