【发布时间】:2016-11-15 22:06:32
【问题描述】:
您好,我想在我的 android 应用程序的 inAppbrowser 上添加一些按钮,如何在此处添加是我的代码
$scope.customInappbrowser = function() {
$cordovaInAppBrowser.open('https://www.google.co.in', '_blank', options)
.then(function(event) {
// success
})
.catch(function(event) {
// error
});
// window.open(v, "_system", "location=yes");
}
$scope.customInappbrowser();
【问题讨论】:
-
您必须在插件的原生文件中进行这些更改。
-
有例子吗?
标签: android ionic-framework cordova-plugins inappbrowser