Why are people still using phone gap? What's the point? Might as well just build a web app. PhoneGap is the Dreamweaver of mobile.
How to get that native iOS feel with PhoneGap
11–20 of 48 posts
Re: How to get that native iOS feel with PhoneGap
#12Re: How to get that native iOS feel with PhoneGap
#13Re: How to get that native iOS feel with PhoneGap
#14Why are people still using phone gap? What's the point? Might as well just build a web app. PhoneGap is the Dreamweaver of mobile.
Re: How to get that native iOS feel with PhoneGap
#15Why are people still using phone gap? What's the point? Might as well just build a web app. PhoneGap is the Dreamweaver of mobile.
Isn't PhoneGap just the interpreter for an HTML5 web app - the wrapper to get it on the phone as an ipa? Unless it's changed a lot since 1.0 I don't believe it's some kind of WYSIWIG iPhone maker that creates bloated, terrible, code.
Phone gap is now a set of technical/busisness services for managing Cordova projects, such as Build deployable packages for all platforms via a web service
Re: How to get that native iOS feel with PhoneGap
#16Re: How to get that native iOS feel with PhoneGap
#17It won't ever really 'feel' like a native app but it might look like one if you try real hard. My own experience and Facebook's too is that you just won't get the performance and you'll also be dealing with quirky CSS/HTML rendering. Edit: That's not to say that you can't make an app work, but you shouldn't try to make a typical app using mobile framework that tries to mimic a native app such as jquerymobile or other…
Re: How to get that native iOS feel with PhoneGap
#18Why are people still using phone gap? What's the point? Might as well just build a web app. PhoneGap is the Dreamweaver of mobile.
Re: How to get that native iOS feel with PhoneGap
#19Are there any working examples using these tricks so we can test the difference? (The author's product request an invite to use)
In fact, using translate3d and CSS animation is pretty much the only way to get smooth animation - if you do it with pure JS (setting left/top styles), things get very herky-jerky.