ionic native 插件开发入门
ionic 底层是基于cordora构件的,cordora框架是一个移动端的基于webview的跨平台开发框架,使得在webview中的javascript可以调用原生平台的相关接口。
相关的插件开发技术
cordova插件开发
与angularjs结合
在原有的插件机制上,加上了angularjs的封装
ngCordova: is a collection of 70+ AngularJS extensions on top of the Cordova API that make it easy to build, test, and deploy Cordova mobile apps with AngularJS.ionic-native: is an ES5/ES6/TypeScript wrappers for Cordova/PhoneGap apps.
转载请注明原文地址: https://ju.6miu.com/read-1297997.html