You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Binh An Tran (JIRA)" <ji...@apache.org> on 2013/02/07 17:49:14 UTC

[jira] [Created] (CB-2398) Cordova can not open page with parameters in url

Binh An Tran created CB-2398:
--------------------------------

             Summary: Cordova can not open page with parameters in url
                 Key: CB-2398
                 URL: https://issues.apache.org/jira/browse/CB-2398
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 2.3.0
         Environment: iOS 6.1 simulator
            Reporter: Binh An Tran
            Assignee: Shazron Abdullah


I try to open a page using uri with parameters in it, but cordova can not find the file in the file system

here is my code:

....
AppDelegate* appDelegate = [UIApplication sharedApplication] delegate]
MainViewController* appViewController = [[MainViewController alloc] init] autorelease];
appViewController.startPage = @"index.html?id=10";
[appDelegate.viewController presentModalViewController:appViewController animated:YES];
....

I want to send some intial parameters to my javascript but it doesn't seem to work

--
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