简体   繁体   中英

Cross-platform web development combining HTML5 and native capabilities

I am absolutely new to the mobile development and I am puzzled by the following question:

How can I write a cross-platform mobile application with UI on HTML5 (same for all platforms), most of logic in JavaScript and ajax, but keeping some of native capabilities like marketplace and a good offline storage?

Do "hybrid" applications provide what I need? Is it possible to get access from javascript code inside "web page" to the phone native resources?

Could someone suggest an entry point for such kind of work (framework/toolkit)?

There is some frameworks like Corona SDK or PhoneGap , which can help you to achieve this. Also take a look to this similar post. Another good comparison between such frameworks is available at Mashable

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM