使用Cordova在Windows应用程序中打开网页?

使用Cordova在Windows应用程序中打开网页?,windows,web-services,cordova,Windows,Web Services,Cordova,我正试图通过更改以下内容来打开may Cordova Windows应用程序内的网页: <content src="index.html" /> 我正在使用Cordova 4.3.0,我的目标表格是Windows你找到解决方案了吗?没有,还没有,显然我是唯一一个有这个问题的人。我通过从index.html中的自定义函数重定向到我的网页来解决这个问题 <content src="http://http://192.168.8.33:8080/war/index.htm"

我正试图通过更改以下内容来打开may Cordova Windows应用程序内的网页:

  <content src="index.html" />

我正在使用Cordova 4.3.0,我的目标表格是Windows

你找到解决方案了吗?没有,还没有,显然我是唯一一个有这个问题的人。我通过从index.html中的自定义函数重定向到我的网页来解决这个问题
 <content src="http://http://192.168.8.33:8080/war/index.htm" />
    Platform      : anycpu
C:\windowsProject\test1\platforms\windows\build\windows80\debug\anycpu\AppxMani
fest.xml(24,41): error APPX1404: File content does not conform to specified sch
ema. The 'StartPage' attribute is invalid - The value 'www/http://192.168.8.33:
8080/war/index.html' is invalid according to its datatype 'http://schema
s.microsoft.com/appx/2010/manifest:ST_FileName' - The Pattern constraint failed
. [C:\windowsProject\test1\platforms\windows\CordovaApp.Windows80.jsproj]