Phonegap + IOS

Source: Internet
Author: User

In a word, the world is iOS and Android, but it is ultimately phonegap. Whether this is correct or not, I am not a big wet person and do not know the final trend of mobile development, but it is certain that HTML5 will become more and more applications in smartphones.

Simple Steps for creating a phonegap application:

1. Install the phonegap SDK

Note the phonegap and xcode versions.

2. After installing the phonegap SDK, you can use xcode to build the phonegap-based application project.

3. Next, you can view the effect in the simulator after the next step. [There will be an error message indicating that WWW/index.html cannot be found]

4. Right-click show in finder in the project and copy the prepared Web file to the project. [Create folder references for any added folders (create a folder reference for any added folder )]

5. If you want to display other web pages on the network, you only need to modify the index.html URL.

In the xcode app, find the appdelegate. M file and add the following Node Code:

+ (Nsstring *) startpage

{

  
Return @ "http://www.baidu.com /";

}

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.