dpogue commented on issue #723: URL: https://github.com/apache/cordova-ios/issues/723#issuecomment-2318699448
Putting aside for a moment the reliability issues with the JavaScript `handleOpenURL` implementation, the original issue here appears to be that CDVAppDelegate's barebones `application:didFinishLaunchingWithOptions:` does not do anything with the URL used to launch the app. `application:openURL:options:` is not called in that case, so no CDVPluginHandleOpenURLNotification is ever dispatched. This issue seems fixable (albeit with a risk of double notifications in the case where plugins have registered their own handling based on UIApplicationDidFinishLaunchingNotification notifications, but there is no way to detect that). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org