I'm writing really a very large app for the company I work for. We're using PhoneGap with HTML and JavaScript and have many plugins. What we are not having problems with is the fact that we only really have a single thread to do everything. All I can say is that I'm glad it wasn't my idea to build it this way.
Write your app in HTML5, upload it and get back app-store ready apps
81–90 of 97 posts
Re: Write your app in HTML5, upload it and get back app-store ready apps
#82Earlier quoted context omitted.
Apple's "App Store" app on iOS uses HTML...
Certainly seems like it, or at least every page it displays is doing a separate server call that is not cached very well.
Re: Write your app in HTML5, upload it and get back app-store ready apps
#83Re: Write your app in HTML5, upload it and get back app-store ready apps
#84Earlier quoted context omitted.
Somehow we ended up with very different experiences. I played with Sencha Mobile Kitchen Sink demo on the iPhone 4 and it was quite impressive. http://www.sencha.com/products/touch/demos/ Yes, it lags ever so slightly, but faster CPU in iPhone 5 should take care of that. My only other complain is that they messed up calculating tap areas for tabbar/toolbar items - Sencha has tap area equal to the visual size of the b…
Yes, it lags ever so slightly, but faster CPU in iPhone 5 should take care of that. This is always the reply of web developers -- even on the desktop! "Yes, it's slow now, but it'll be faster with new hardware!". Meanwhile, the native applications use that additional processor power to do more stuff , and the webapps fall further behind again.
Re: Write your app in HTML5, upload it and get back app-store ready apps
#85Earlier quoted context omitted.
I can't see why anybody would actually use jQuery Mobile and Sencha for web app development. I've tried them last week and they were impressive on a desktop browser. On a mobile device, not so much. Both jQuery Mobile and Sencha feel slow, very slow. The animations are choppy. Response times on clicks are way too long. Everything flickers like mad. Focus borders are drawn at all the wrong places. I can actually feel…
Somehow we ended up with very different experiences. I played with Sencha Mobile Kitchen Sink demo on the iPhone 4 and it was quite impressive. http://www.sencha.com/products/touch/demos/ Yes, it lags ever so slightly, but faster CPU in iPhone 5 should take care of that. My only other complain is that they messed up calculating tap areas for tabbar/toolbar items - Sencha has tap area equal to the visual size of the b…
I also wonder where are the people who would appreciate this sort of contribution. They gotta be somewhere...
Re: Write your app in HTML5, upload it and get back app-store ready apps
#86Earlier quoted context omitted.
As if by magic, this story was just published: http://www.readwriteweb.com/archives/how_facebook_mobile_wil...
It took m a few seconds to realize what is wrong with "HTML5 fist of rage" logo in the article. The fist has 6 fingers. To be fair the original HTML5 logo isn't that much better...
Re: Write your app in HTML5, upload it and get back app-store ready apps
#87I think PhoneGap is doing great work, they're obviously getting better, and I don't mean to diminish what others have poured so much effort into. But, are there any successful apps made with PhoneGap? Writing apps in HTML5 is constantly hyped, but there isn't a single HTML app out of the dozens on my iPhone except Netflix. PhoneGap's app gallery doesn't have a single app I've heard of. (The Netflix app isn't too plea…
Re: Write your app in HTML5, upload it and get back app-store ready apps
#88The more "consumer" your app the more likely it needs to be mobile. But I think there is probably a large class of apps where PhoneGap/Titanium make sense. Definitely in the internal business category where the audience is finite and the look-and-feel is secondary to the functionality and cost/ease of development and maintenance.
Re: Write your app in HTML5, upload it and get back app-store ready apps
#89Re: Write your app in HTML5, upload it and get back app-store ready apps
#90Upload your website, download a native app. What is wrong with this picture? If you can build your app as a web app and don't require hardware access then I'd think twice whether a native app is required.
There are plenty of good reasons to write apps this way, not the least of which being access to the app store. (Unless you've figured out a way to charge $1.99 for access to a mobile web site, in which case, God bless.)
It's also pretty easy to just implement a registration fee, especially now with Stripe out in the wild.
If you're really looking to limit access though, you could probably use something like gumroad to get it off the ground.