2016-07-13 71 views
0

您好我想添加在inAppbrowser有些按鈕在我的Android應用程序如何在這裏補充的是我的代碼如何創建自定義的InApp瀏覽器?

$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(); 
+0

您必須在插件的本機文件中進行這些更改。 –

+0

有沒有可用的例子? – Gopinath

回答

1

您可以嘗試在已經修改以下插件。 cordova-plugin-themeablebrowser。您可以參考其代碼以供參考。 此致敬禮。

+0

謝謝你的鏈接...我會試試這個,讓你知道... – Gopinath

+1

有用的插件謝謝 – Gopinath