Ask HN: What to use for a mobile based HTML app?
What framework would you recommend to build a quick prototype for a mobile app using HTML5? In the past I have used jquery mobile. Now I was contemplating on using Angular or ember.js in combination with bootstrap. What are your experiences?
The most important requirement is that it is quick to write something, that works across mobile devices and looks presentable.
3 comments
[ 0.23 ms ] story [ 20.3 ms ] threadThat is actually something I like about jQuery mobile. If your app idea fits into their model you can build it in under one hour, including thinks like fancy page transitions. Unfortunately it has other weaknesses.
bootstrap relies on jQuery so you should have no problem getting up and running quickly.