I would like to know what is the best platform out there to create HTML5 based apps for iOS / Android. I am currently using PhoneGap and the performance is just horrible. It is very slow and I just want to be able to do this guys. Can anyone recommend me a good platform? Thanks!
The low performance has nothing to do with PhoneGap, it's essentially because of the html-based solution. The WebView(or the browser) renders html and runs javascript pretty slow. If you decide to choose the "native + html" kind of solution, and take the benefit of fast development and cross-platform, you have to deal with the terrible performance of the html rendering by the WebView of each kind of device.