Cordova InAppBroser与浏览器页面关闭

时间:2020-03-03 05:38:19

标签: cordova hybrid-mobile-app inappbrowser

我正在使用Cordova应用程序,并且想要在单击按钮事件的页面内关闭浏览器选项卡。 我正在使用以下代码。谢谢您的期待。

var ref = cordova.InAppBrowser.open('http://www.myurl.com','_blank','location = yes,hidespinner = no,hidenavigationbuttons = yes,hideurlbar = yes');

0 个答案:

没有答案