[
https://issues.apache.org/jira/browse/CB-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-2398.
----------------------------------
Resolution: Won't Fix
Not supported
> 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
> Labels: ios,, parameter
>
> 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