App.js: Mobile webapps made easy
21–30 of 39 posts
Re: App.js: Mobile webapps made easy
#22Most of my friends use http://www.idangero.us/framework7/, which is also good and has many components. (Though I didn't really used it myself)
App.js doesn't look like it has enough components ATM.
Re: App.js: Mobile webapps made easy
#23Offers similar functionality to http://chocolatechip-ui.com/
Re: App.js: Mobile webapps made easy
#24From some quick testing of the demo on iOS: If you pull a list down from the top or up from the bottom, the wrong thing scrolls. Not sure whether this is possible to work around. iOS 7-style back gesture does not work. In the input demo, pressing return on the Subject field submits the form. Demo bug? Occasional popping when switching screens. Nevertheless, seems pretty solid in general. I like it.
Re: App.js: Mobile webapps made easy
#25Nice to see the effort for making mobile web apps more mainstream. There is also http://goratchet.com/components/
But then, the jailbreak scene came up and somehow Apple changed their stance by creating the app store and thus the possibility to control what kind of native applications will run on the devices.
Of course this way has the advantage of not needing a paid developer account or need to have the app approved by Apple but then again, such a webapp is harder to monetize if that's what you are after than to simply write a native app and sell it in the app store.
Re: App.js: Mobile webapps made easy
#26I would be a bigger fan if there were some included phonegap utilities & tutorials. Famo.us is making the same mistake for some reason. Aggressively targeting mobile, with half of the toolchain missing to actually shipping mobile apps. Not that I can blame the OP, who is likely not a SF startup with millions in funding.
Funding: $27.50M
Re: App.js: Mobile webapps made easy
#27It is not so much about weather the UI is drawn so that it looks native and it is not about performance (although important). It is more about what you can and cannot do natively. For example, in iOS/Mac certain things are not easy to do because the UI components that you are extending are not designed to work in they way you want them to work. This may look like a limitation but I see it as an enabler because it forces applications to have more or less the same behaviour. This is what makes AppKit/Cocoa etc. a better platform for development on iOS/Mac.
Re: App.js: Mobile webapps made easy
#28Cross Two Platform.
Re: App.js: Mobile webapps made easy
#29Re: App.js: Mobile webapps made easy
#30"Cross Platform. Native transitions and more on Android 2.2+ & iOS 4.3+" Cross Two Platform.