My own PhoneGap-based iPad app is going really well so far, practically indistinguishable from native, but for one thing: WebKit refuses to let you have manual control over hiding and showing keyboards. (I tried filing a bug, and it was closed as "works as intended".) This makes me feel like I have one hand tied behind by back when creating UI flow, and it's maddening.
Do you have a link to your app? I'm really interested in seeing web apps that work similarly to native apps, I've yet to see a great example yet.
The Problem with Sencha Touch and PhoneGap
11–16 of 16 posts
Re: The Problem with Sencha Touch and PhoneGap
#12The irony is... running back to native platforms because the web sucks is exactly why the web still sucks.
Re: The Problem with Sencha Touch and PhoneGap
#13Earlier quoted context omitted.
Do you have a link to your app? I'm really interested in seeing web apps that work similarly to native apps, I've yet to see a great example yet.
I'm working on a phonegap app at the moment. I definitely wouldn't say it looks native - I haven't really tried for that - but it is fast. You do have to be very careful about performance issues, but phonegap does make it exceedingly easy to incorporate native code if that is required. I would say, purely as a limited anecdote, that jquery mobile and other frameworks just weren't really fast enough for the performanc…
Re: The Problem with Sencha Touch and PhoneGap
#14My own PhoneGap-based iPad app is going really well so far, practically indistinguishable from native, but for one thing: WebKit refuses to let you have manual control over hiding and showing keyboards. (I tried filing a bug, and it was closed as "works as intended".) This makes me feel like I have one hand tied behind by back when creating UI flow, and it's maddening.
Do you have a link to your app? I'm really interested in seeing web apps that work similarly to native apps, I've yet to see a great example yet.
The biggest reason it feels native is that I'm attempting very little imitation of the iOS interface chrome. Other than a menu bar at the top and some text boxes as needed, everything is touchable graphics. It doesn't look or act anything like a web page; for instance, the click "shadow" never appears, and you can't scroll the page out of bounds (although there's a WebKit input box bug with that, too).
Re: The Problem with Sencha Touch and PhoneGap
#15Earlier quoted context omitted.
I'm working on a phonegap app at the moment. I definitely wouldn't say it looks native - I haven't really tried for that - but it is fast. You do have to be very careful about performance issues, but phonegap does make it exceedingly easy to incorporate native code if that is required. I would say, purely as a limited anecdote, that jquery mobile and other frameworks just weren't really fast enough for the performanc…
Are you using any Javascript plugins at all? Regular jQuery, Zepto, Backbone, etc?