I have an html5 and javascript app, something like google maps, but for an offline enviroment (and much more simple). Is basicly a big image (not so large) and, you can drag or resize the map and view some information that we add. I have not added any native function at this point. If I run the app with the android default browser, it works perfectly, but when I include it in a phonegap application, the image quality is so bad, and when I drag it, the event works, but only for a split second.
I have heard that phonegap has performance issues, so, it is a phonegap problem? If so what other way would you recommend me to take my android application without having to completely rewrite it?