【发布时间】:2017-03-30 05:05:27
【问题描述】:
IONIC 使用 inappbrowser 不工作
var ref= $cordovaInAppBrowser.open(url, '_self', options);
ref.addEventListener('loadstart', function(event) {
alert(event.url); $ionicLoading.show()
});
ref.addEventListener('loadstop', function(event) {
alert(event.url);
$ionicLoading.hide()
});
【问题讨论】:
标签: ionic-framework inappbrowser