I've been looking into backbone.js lately and like both the philosophy and the execution a great deal. Is anyone using Backbone on HTML5 IOS interfaces?
What are your experiences with this approach?
|
I've been looking into backbone.js lately and like both the philosophy and the execution a great deal. Is anyone using Backbone on HTML5 IOS interfaces? What are your experiences with this approach? |
|||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I've used JQuery Mobile UI with backbone.js. The problem is they both have their own hashchange router. If you can live without the backbone router or figure a way to cut out the JQuery one then it works out well. |
|||||||
|
|
I've found a project on github ( https://github.com/azicchetti/jquerymobile-router ) that provides a router for jquery mobile. It's perfect with backbone.js, it's almost a replacement for its controller, so we can finally use the full backbone.js potential in jquery mobile. |
|||
|
|
|
I think Basecamp from 37 Signals is the best example of a complex app using backbone (and other awesome frameworks): http://37signals.com/svn/posts/2761-launch-basecamp-mobile#comment_63518 I do not have first hand comments on this unfortunately. |
|||
|
|
Many of the trigger.io (a cross-platform framework) demo apps make use of |
|||
|
|
I used Backbone.JS + jQueryMobile on iOS/Android. Works pretty fine. Check out my blog post: |
||||
|
|