You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "John Ament (JIRA)" <ji...@apache.org> on 2012/09/28 18:11:08 UTC

[jira] [Created] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

John Ament created CB-1560:
------------------------------

             Summary: Cordova reports "Network Error" when trying to launch a corporate intranet site
                 Key: CB-1560
                 URL: https://issues.apache.org/jira/browse/CB-1560
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 2.0.0
         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
            Reporter: John Ament
            Assignee: Joe Bowser


When you setup a simple app, with this:

        super.onCreate(savedInstanceState);
        super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");

You receive back a "Network Error."  This site is not externally facing, it's internal only.

This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "Simon MacDonald (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466800#comment-13466800 ] 

Simon MacDonald commented on CB-1560:
-------------------------------------

@John Ament 

What does your remote page load? Possibly you are running into the load url timeout if your remote page links to a lot of scripts, images, css, etc.
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "Simon MacDonald (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469533#comment-13469533 ] 

Simon MacDonald commented on CB-1560:
-------------------------------------

Can you put:

    <access origin="http://127.0.0.1*"/>

back in as well?
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>            Priority: Minor
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "John Ament (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466871#comment-13466871 ] 

John Ament commented on CB-1560:
--------------------------------

BTW - I just tried it another way.  I turned off mobile data on the device.  Page still loaded fine a browser but the cordova app gave the screen "Application Error - A network error occurred (http://devsystem.mycompany.com:8080/SomeMobileWeb)
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "John Ament (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Ament reopened CB-1560:
----------------------------


I'm not sure what else I can provide you for reproduce steps.  The app is literally this simple:

super.onCreate(savedInstanceState);
super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");

In my case, the application works fine in the regular browser on android, doesn't prompt for proxy credentials or anything, it just loads.  This is based on your tutorial for android.
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "Andrew Grieve (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466994#comment-13466994 ] 

Andrew Grieve commented on CB-1560:
-----------------------------------

Does it work if you use the IP address in your URL instead of devsystem.mycompany.com?
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>            Priority: Minor
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "John Ament (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467938#comment-13467938 ] 

John Ament commented on CB-1560:
--------------------------------

I'm using 2.0 currently.  I added a file to my project, res/xml/config.xml based on the examples I found.  These are the contents:

<?xml version="1.0" encoding="utf-8"?>
<!--
       Licensed to the Apache Software Foundation (ASF) under one
       or more contributor license agreements.  See the NOTICE file
       distributed with this work for additional information
       regarding copyright ownership.  The ASF licenses this file
       to you under the Apache License, Version 2.0 (the
       "License"); you may not use this file except in compliance
       with the License.  You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

       Unless required by applicable law or agreed to in writing,
       software distributed under the License is distributed on an
       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
       KIND, either express or implied.  See the License for the
       specific language governing permissions and limitations
       under the License.
-->
<cordova>
    <!--
    access elements control the Android whitelist.
    Domains are assumed blocked unless set otherwise
     -->

    <access origin="http://mycompany.com*" subdomains="true"/> <!-- allow local pages -->

    <!-- <access origin="https://example.com" /> allow any secure requests to example.com -->
    <!-- <access origin="https://example.com" subdomains="true" /> such as above, but including subdomains, such as www -->
    <!-- <access origin=".*"/> Allow all domains, suggested development use only -->

    <log level="DEBUG"/>
    <preference name="useBrowserHistory" value="false" />
<plugins>
    <plugin name="App" value="org.apache.cordova.App"/>
    <plugin name="Geolocation" value="org.apache.cordova.GeoBroker"/>
    <plugin name="Device" value="org.apache.cordova.Device"/>
    <plugin name="Accelerometer" value="org.apache.cordova.AccelListener"/>
    <plugin name="Compass" value="org.apache.cordova.CompassListener"/>
    <plugin name="Media" value="org.apache.cordova.AudioHandler"/>
    <plugin name="Camera" value="org.apache.cordova.CameraLauncher"/>
    <plugin name="Contacts" value="org.apache.cordova.ContactManager"/>
    <plugin name="File" value="org.apache.cordova.FileUtils"/>
    <plugin name="NetworkStatus" value="org.apache.cordova.NetworkManager"/>
    <plugin name="Notification" value="org.apache.cordova.Notification"/>
    <plugin name="Storage" value="org.apache.cordova.Storage"/>
    <plugin name="Temperature" value="org.apache.cordova.TempListener"/>
    <plugin name="FileTransfer" value="org.apache.cordova.FileTransfer"/>
    <plugin name="Capture" value="org.apache.cordova.Capture"/>
    <plugin name="Battery" value="org.apache.cordova.BatteryListener"/>
    <plugin name="SplashScreen" value="org.apache.cordova.SplashScreen"/>
</plugins>
</cordova>

Still occurred.
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>            Priority: Minor
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "Andrew Grieve (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Grieve updated CB-1560:
------------------------------

    Priority: Minor  (was: Major)
    
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>            Priority: Minor
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "John Ament (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466870#comment-13466870 ] 

John Ament commented on CB-1560:
--------------------------------

The page is a very simple HTML page  - Prints out "Hello World" just to test this case.  Almost 0 load time.  I'm connected internally to our WIFI network and can do things like ping and ssh to the machine.
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "Simon MacDonald (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon MacDonald updated CB-1560:
--------------------------------

    Comment: was deleted

(was: @John Ament 

What does your remote page load? Possibly you are running into the load url timeout if your remote page links to a lot of scripts, images, css, etc.)
    
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "Simon MacDonald (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466804#comment-13466804 ] 

Simon MacDonald commented on CB-1560:
-------------------------------------

@John Ament 

What does your remote page load? Possibly you are running into the load url timeout if your remote page links to a lot of scripts, images, css, etc.
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "Andrew Grieve (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466797#comment-13466797 ] 

Andrew Grieve commented on CB-1560:
-----------------------------------

How is it that your Android can hit your URL? Is it that it connects to a wifi router that is within your intranet? Can you still connect to your dev system when on 3g? 

Repro steps for this should explain how your network environment is configured.
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "Andrew Grieve (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Grieve resolved CB-1560.
-------------------------------

    Resolution: Invalid
      Assignee: Andrew Grieve  (was: Joe Bowser)

Sounds like your trying to test on a device which does not have access to your intranet. Can you hit the same page from your device's web browser?

Possible that this is an issue with Cordova not supporting your VPN or proxy settings of your device, but we'll need some repro steps in order before we can look at this.
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "John Ament (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467824#comment-13467824 ] 

John Ament commented on CB-1560:
--------------------------------

Probably not. I'll need to check.  But is that perhaps trumped by CB-1564?
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>            Priority: Minor
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "Simon MacDonald (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467897#comment-13467897 ] 

Simon MacDonald commented on CB-1560:
-------------------------------------

It might not be as I'm not sure when CB-1564 was introduced pre or post 2.0.0. So double check you are white listing your corporate intranet site in config.xml and re-test.
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>            Priority: Minor
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1560) Cordova reports "Network Error" when trying to launch a corporate intranet site

Posted by "Simon MacDonald (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467137#comment-13467137 ] 

Simon MacDonald commented on CB-1560:
-------------------------------------

Just wondering, is your remote site white listed in config.xml?
                
> Cordova reports "Network Error" when trying to launch a corporate intranet site
> -------------------------------------------------------------------------------
>
>                 Key: CB-1560
>                 URL: https://issues.apache.org/jira/browse/CB-1560
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.0.0
>         Environment: Android 4.0.x, Droid 4, SGS3 both reproduced it
>            Reporter: John Ament
>            Assignee: Andrew Grieve
>            Priority: Minor
>
> When you setup a simple app, with this:
>         super.onCreate(savedInstanceState);
>         super.loadUrl("http://devsystem.mycompany.com:8080/SomeMobileWeb");
> You receive back a "Network Error."  This site is not externally facing, it's internal only.
> This does not occur when your site is externally facing (public accessibility)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira