HarelM opened a new issue #1135:
URL: https://github.com/apache/cordova-docs/issues/1135
# Feature Request
## Motivation Behind Feature
I want to be able to open specific file types with iOS app (file association
if you will).
This is already implemented basically, but not documented.
A documentation of how to achieve this would be amazing :-) (including what
needs to be added to the plist file)
## Feature Description
Add more documentation to `handleOpenURL` function which is currently not
documented.
I needed to reverse engineer the code to find out this is already
implemented.
## Alternatives or Workarounds
None, google search got me to 3.4 cordova docs where it is half mentioned
there.
I eventually found out about this by trial and error and reading the code...
Don't get me wrong, I think you are doing a great job with the cordova
project, but this is a very nice addition that can be easily implemented using
the `edit-config` for the -plist file and a simple js code:
`window.handleOpenURL = () => { ... }`
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]