当前 URL 与语句匹配时如何关闭 cordovaInAppBrowser 窗口?

我有这个控制器可以在我的应用程序中打开一个 InAppBrowser 窗口:

.controller('CarrinhoCtrl',function ($scope,$state,$cordovaInAppBrowser,$location) {


    $scope.openURL = function () {
        
        var ref = $cordovaInAppBrowser('https://example.com','_blank','location=yes');

    }

}) 

当当前位置与 https://example.com/close 匹配时,如何自动关闭 InApp 窗口?

LOVE11203 回答:当前 URL 与语句匹配时如何关闭 cordovaInAppBrowser 窗口?

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3614.html

大家都在问