CodeWithOz commented on pull request #956: URL: https://github.com/apache/cordova-ios/pull/956#issuecomment-1020346245
@ollm thanks for the additional info, I'll check to see if that fixes my problem. @HarelM thanks a lot for sharing. I don't use angular so please confirm if this is a correct description of your workaround: you use the `config.xml` file to specify all the file types that your app can receive from a share, and when the share happens (in the form of a deep link), you parse the shared information and route to the appropriate part of your app. Is that accurate? If it is, I have one more question: did you have to take any additional steps to make your app a share target for those file types, or was it sufficient to only specify them in the `config.xml` file? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
