You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/07 20:55:20 UTC

[GitHub] [cordova-ios] HarelM commented on issue #723: Pass Launch Parameters to Cordova App

HarelM commented on issue #723:
URL: https://github.com/apache/cordova-ios/issues/723#issuecomment-740174594


   I have an issue in my app that I can is similar to this one and I think is described here:
   https://stackoverflow.com/questions/29515700/phonegap-handleopenurl
   Basically what happens is that I associated my app with some file types (GPX, KML) and the app opens the files if the app is already open.
   This doesn't work well when the app is not open in the background.
   Since I'm using cordova in my production app I have no problems testing this to make sure this works.
   I also don't mind sending a PR to solve this, except the other PR I sent was not merged (and was not closed too), so I'm not sure how to properly help...
   I'm not sure the solution suggested above is the right solution as there's already a solution using `handleOpenUrl` method which I think is the right one, there's only a need to call this function/raise the relevant event in the `didFinishLaunchingWithOptions` method, I think.
   In any case, I'd love to help move this enhancement forward, just direct me to the right direction/approach...


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org