[GitHub] cordova-ios pull request #321: CB-12937 - (iOS) added new method handleOpenU...

2017-06-20 Thread Giorgioshooter
GitHub user Giorgioshooter opened a pull request: https://github.com/apache/cordova-ios/pull/321 CB-12937 - (iOS) added new method handleOpenURLWithApplicationSourceAndAnno… …tation in CDVPlugin and new notification id

[GitHub] cordova-ios pull request #321: CB-12937 - (iOS) added new method handleOpenU...

2017-06-20 Thread Giorgioshooter
Github user Giorgioshooter commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/321#discussion_r123078350 --- Diff: CordovaLib/Classes/Public/CDVAppDelegate.m --- @@ -78,9 +78,23 @@ - (BOOL)application:(UIApplication*)application openURL:(NSURL*)url

[GitHub] cordova-ios pull request #321: CB-12937 - (iOS) added new method handleOpenU...

2017-06-20 Thread Giorgioshooter
Github user Giorgioshooter commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/321#discussion_r123078485 --- Diff: CordovaLib/Classes/Public/CDVPlugin.m --- @@ -140,6 +142,36 @@ - (void)handleOpenURL:(NSNotification*)notification

[GitHub] cordova-ios pull request #321: CB-12937 - (iOS) added new method handleOpenU...

2017-06-21 Thread Giorgioshooter
Github user Giorgioshooter commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/321#discussion_r123258853 --- Diff: CordovaLib/Classes/Public/CDVAppDelegate.m --- @@ -79,8 +79,16 @@ - (BOOL)application:(UIApplication*)application openURL:(NSURL*)url