插件地址:https://github.com/Initsogar/cordova-webintent (1)创建工程 引用cordova create HelloWebIntent com.rensanning.cordova HelloWebIntent cd HelloWebIntent cordova platform add android(2)安装 plugin 引用cordova plugin add https://github.com/Initsogar/cordova-webintent.git(3)修改 index.html 后编译执行 Html 代码<
插件地址:https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin (1)创建工程 引用cordova create HelloSocialSharing com.rensanning.cordova HelloSocialSharing cd HelloSocialSharing cordova platform add android(2)安装 plugin 引用cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.
插件地址:https://github.com/wf9a5m75/phonegap-googlemaps-plugin/ (1)创建工程 引用cordova create HelloMap com.rensanning.cordova HelloMap cd HelloMap cordova platform add android(2)创建 Google Play Services 的 lib 引用cd D:\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib android update lib-project -p .