Andrew Grieve created CB-1547: --------------------------------- Summary: onReset and onHandleOpenUrl are wrongly called when there are two CDVWebViews present at the same time. Key: CB-1547 URL: https://issues.apache.org/jira/browse/CB-1547 Project: Apache Cordova Issue Type: Bug Components: iOS Affects Versions: Master Reporter: Andrew Grieve Assignee: Andrew Grieve Priority: Minor Fix For: 2.2.0
The issue here is that we are using NSNotificationCenter to broadcast & listen to events, but plugins to not restrict to their associated webview. We can fix this by not using NotificationCenter, or by restricting the listener to the webview object. -- 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