1.打包的app无法访问互联网及网络资源
添加白名单插件 ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
2.app链接跳转无效添加插件 cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
3.禁止ionic在IOS上的侧滑返回事件
注入 $ionicConfigProvider
$ionicConfigProvider.views.swipeBackEnabled(false)
时间: 2024-10-09 00:21:20