Skip to content

xiaogliu/Cordova_InAppBrowser_Plugin_Example

Repository files navigation

Cordova_InAppBrowser_Plugin_Example

Cordova插件InAppBrowser最常用使用场景是在系统自带浏览器中打开APP内置链接,该仓库为InAppBrowser使用案例。

使用方法(使用前请确保已配置好Ionic工作环境):

1.将该仓库clone到本地:

git clone git@github.com:xiaogliu/Cordova_InAppBrowser_Plugin_Example.git

2.添加Ionic使用平台(此处以安卓为例)

ionic platfrom add android

3.构建APK

ionic build android -release

4.设置签名,安装测试。

(更详细信息可参考这边博文:系统浏览器打开Ionic App内部链接(InAppBrowser)

Releases

No releases published

Packages

No packages published