How can I write an iPhone app entirely in JavaScript without making it just a web app?

前端 未结 10 1503
离开以前
离开以前 2020-12-07 07:22

I don\'t want to take the time to learn Obj-C. I\'ve spent 7+ years doing web application programming. Shouldn\'t there be a way to use the WebView and just write the whole

10条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-07 07:27

    Check out PhoneGap at http://www.phonegap.com they claim it allows you to embed JavaScript, HTML and CSS into a native iPhone app.

提交回复
热议问题