You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Khai Bui (JIRA)" <ji...@apache.org> on 2013/10/18 03:42:42 UTC

[jira] [Closed] (CB-4972) Load page domain name with between character error

     [ https://issues.apache.org/jira/browse/CB-4972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Khai Bui closed CB-4972.
------------------------


> Load page domain name with between character error
> --------------------------------------------------
>
>                 Key: CB-4972
>                 URL: https://issues.apache.org/jira/browse/CB-4972
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.0.0
>         Environment: Android 
>            Reporter: Khai Bui
>            Assignee: Mike Billau
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> public class HelloWorld extends DroidGap
> {
>     @Override
>     public void onCreate(Bundle savedInstanceState)
>     {
>         super.onCreate(savedInstanceState);
>         // Set by <content src="index.html" /> in config.xml
>         //super.loadUrl(Config.getStartUrl());
>         super.loadUrl("http://www.example-name.com");
>     }
> }
> URL http://www.example-name.com have a between "-" on example-name
> Application Error 
> The connection to the server was unsuccessful. (http://www.example-name.com)



--
This message was sent by Atlassian JIRA
(v6.1#6144)