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/02 13:19:24 UTC

[jira] [Created] (CB-4973) Load page domain name with between character error

Khai Bui created CB-4973:
----------------------------

             Summary: Load page domain name with between character error
                 Key: CB-4973
                 URL: https://issues.apache.org/jira/browse/CB-4973
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 3.0.0
         Environment: Android 
            Reporter: Khai Bui


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)