Remco Haszing created CB-9507:
---------------------------------
Summary: Can't use local http server as content src
Key: CB-9507
URL: https://issues.apache.org/jira/browse/CB-9507
Project: Apache Cordova
Issue Type: Bug
Affects Versions: 5.2.0
Environment: Tested using:
Host: Ubuntu 15.04
NodeJS version: 0.2.17
Cordova version: 5.2.0
Android 5.1.1
Reporter: Remco Haszing
In Cordova 5.0.0 I was able to host from a local webserver using by specifying
the following in my config.xml: {code:xml}
<content src="http://[ip]:[port]"/>
<allow-intent href="*"/>
{code}
After updating to Cordova 5.2.0 this no longer works. In the Android app the
following message is shown:
{quote}
h3. Application Error
There was a network error. (http://[ip]:[port])
{quote}
To trigger this, the project must be cleaned between updating from Cordova
5.0.0 to 5.2.0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]