Search code examples
phonegap

How is the performance of the PhoneGap developer app compared to the finished app?


I am using the PhoneGap Developer app for iOS to preview and test my PhoneGap app on my iPhone.

I am wondering: if everything runs smoothly there - does that mean it will run as smoothly (or better?) if a user eventually runs the finished app from the App Store?

Thanks!


Solution

  • It all depends on the device of course, about its preforms and its strength. Try using a small number of scripts because of course the phonegap is a web browser converted to a mobile application, so if you are familiar with web programming, you will find that a growing number of huge scripts slow down the web page and require more memory from the user.

    You can definitely try the app on your Android device and you'll see that the preforms are great. Compile here: Build phonegap, and download it on your device.

    Good luck!