标签:
Ionic 框架貌似内部有下面这两个组合。//这句话待定啊
Cordova这句解释最棒:
When using the Cordova APIs, an app can be built without any native code (Java, Objective-C, etc) from the app developer. Instead, web technologies are used, and they are hosted in the app itself locally (generally not on a remote http server).
PhoneGap
Phonegap是一款开源的开发框架,旨在让开发者使用HTML、Javascript、CSS等Web APIs开发跨平台的移动应用程序。
相关链接:
http://cordova.apache.org/ //cordova官网
http://phonegap.com/ //phonegap 官网
标签:
原文地址:http://www.cnblogs.com/zhongyuan/p/4345130.html