ONSENUI VS2015上的ERR_NAME_NOT_RESOLVED

时间:2016-01-17 16:27:02

标签: cordova onsen-ui

我有一个带OnsenUi框架的Cordova Tools(Visual Studio)应用程序。它使用下面的代码工作正常。

             <ons-icon icon="fa fa-globe" fixed-width="true" onclick="window.open('http://www.mywebsite.com.br', '_blank', 'location=yes')"></ons-icon>

但是当我尝试使用我的社交个人资料(Pinterest,Instagram ..)时:https:// 我收到此错误:

ERR_NAME_NOT_RESOLVED 

网页不可用

任何人都知道为什么?

1 个答案:

答案 0 :(得分:0)

解决!

我已将代码更改为:

            <ons-icon icon="fa fa-globe" fixed-width="true" onclick="window.open('https://www.myinstagram.com', '_blank')"></ons-icon>

只需删除:&#39; location = yes&#39;