Open HarelM opened 5 years ago
In case anyone is interested:
I have managed to use config-file
to achieve this. can be seen here:
https://github.com/IsraelHikingMap/Site/commit/5059ddff7519e1d4ec6f529db1590255ac3acfdc
Which is related to this issue:
https://github.com/IsraelHikingMap/Site/issues/820
I don't know if this is a valid solution or a workaround though...
@HarelM - Does this mean you ended up manually adding the other mime types you wanted in config.xml?
Yes, but I also didn't end up using this plugin since it requires a change in cordova-ios for multiple provisioning profiles, which wasn't merged yet... I added these manually to config.xml and used the intent and deep links plugins, and a hack in iOS. Bottom line, this is complicated, annoying and all solutions feels like a hack... Here is my "mainl final code: https://github.com/IsraelHikingMap/Site/blob/e10acfbfcc15d7f4601bb923581254f3d1ee1f68/IsraelHiking.Web/src/application/services/open-with.service.ts Along side some code in index.html file and config.xml.
Thank you for taking the time to help!
I have the following use case which I need to solve: I would like to open a gpx file. seems easy, but the following is what needs to be added to the manifest:
How can I achieve this using this plugin?