从Cordova启动外部浏览器和应用程序

时间:2019-08-26 05:32:07

标签: android cordova phonegap

我是Cordova的新手

请看看我的index.js

var ref = cordova.InAppBrowser.open('https://www.xxxxxx.com', '_blank', 'location=no,toolbar=no,usewkwebview=yes,clearcache=no,clearsessioncache=no,cleardata=no,disallowoverscroll=no');

请给我一些建议,在第一种情况下打开WhatsApp,在第二种情况下打开外部浏览器:

class="social-links__whatsapp hide-for-medium" href="whatsapp://send?text=some text" id="whatsapp-mobile-button" target="_blank" style="backface-visibility: hidden;"

class="social-links__twitter" href="http://twitter.com/share?text=some text" id="tweet-button" target="_blank" style="backface-visibility: hidden;"

0 个答案:

没有答案
相关问题