I already have working iPhone & Android application. We are planning to add more features/pages and we’re also planing to extend the application with PhoneGap to support multiple mobile platform.
How I can utilize PhoneGap with my existing iPhone application? Whether PhoneGap is plugable, is there any other idea otherthan rewriting the entire Application with PhoneGap?
I’ve never personally used phonegap, but couldnt you just add in the phonegap sdk, and just use a webview in any activities/view controllers that you add? That way you can keep all your old ones the same, but add new ones that will be the same for ios and android.