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:40:43 UTC

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

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

Khai Bui closed CB-4974.
------------------------


> Load page domain name with between character error
> --------------------------------------------------
>
>                 Key: CB-4974
>                 URL: https://issues.apache.org/jira/browse/CB-4974
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.0.0
>         Environment: Android 
>            Reporter: Khai Bui
>   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



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