Convert android app to IOS using phonegap?

18,519

With phongap you can target all platforms including iOS, android and windows etc. using HTML 5, avoiding each mobile platforms' native development language. Code base remains same for every platform. Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device's sensors, data, and network status. refer docs http://docs.phonegap.com/en/3.2.0/guide_overview_index.md.html#Overview

Share:
18,519
user2743416
Author by

user2743416

Updated on June 04, 2022

Comments

  • user2743416
    user2743416 almost 2 years

    I developed an android application with Phonegap and I want to convert it to iOS as well. Before starting my project I heard that we are able to convert same project with multiple platforms using phone gap. But now I don't know how to convert my project to IOS. Can any one suggest good tutorial OR examples to do it.

    And also mention what are all prerequisites to convert my android application to IOS using phone gap.

    Suggest me some tutorials with examples.