App.js: Mobile webapps made easy
11–20 of 39 posts
Re: App.js: Mobile webapps made easy
#12Offers similar functionality to http://chocolatechip-ui.com/
it seems that there's really a lot of javascript framework/ui for mobile and i'm interested to find which one offers the best performance/ui ratio
Re: App.js: Mobile webapps made easy
#13There is also http://goratchet.com/components/
Re: App.js: Mobile webapps made easy
#14Re: App.js: Mobile webapps made easy
#15If 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
#16I 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.
Re: App.js: Mobile webapps made easy
#17From 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
#18Re: App.js: Mobile webapps made easy
#19Re: App.js: Mobile webapps made easy
#20Transitions worked nicely, both meme and YouTube video thumbnail views were smooth. Compared to a possible native implementation the image search didn't work that smoothly during image loading, but it was still usable after all images were loaded. Also the list view for long lists with presumably dynamic loading (UITableView style) wasn't that smooth during scrolling.
All in all, kudos for the good work!