Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在手机中所有可用的浏览器中打开一个网站链接。我有这个要求,应该在 chrome、mozilla、IE 等中打开一个链接。我需要使用 phonegap 构建它。
Open all website link in browser from app window.open(your_url, '_system');