External URLs don\'t open in the system\'s browser in my PhoneGap IOS application. I\'m using PhoneGap Build 2.7.0.
Javascript:
window
2条回答 情话喂你 (楼主) 2021-01-06 11:55 Javascript: myURL = encodeURI(myURL); window.open(myURL, '_blank', 'location=yes'); Using of encodeURI method fix the above issue 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 自定义标题段落格式字体字号代码语言点击上传x 验证码 看不清? 提交回复
myURL = encodeURI(myURL); window.open(myURL, '_blank', 'location=yes');
Using of encodeURI method fix the above issue
热议问题