I am planning to make a mobile game using Phonegap. I have been doing some research and even playing around with a few sample javascript games and porting them to . After playing around with the samples, I have noticed that performance is a huge factor when developing games using javascript DOM elements and CSS. All sample games I tried lagged when I ported them in Phonegap.
If you feel Phonegap is not the best way to accomplish this, please suggest something similar that would allow me to use web technologies such as HTML, CSS and Javascript but still allow me to create native games.