j3k0 / cordova-plugin-openwith

Get your Cordova App in the O.S. "Share" menu on iOS and Android
MIT License
138 stars 114 forks source link

ios12 is broken #65

Open joshoconnor89 opened 5 years ago

joshoconnor89 commented 5 years ago

cordova.openwith.load(intent.items[0] . doesnt return anything in ios12.

joshoconnor89 commented 5 years ago

I forked this and updated it for ios12:

https://github.com/joshoconnor89/cordova-plugin-openwith

You can add this into the plugin if you'd like, I can create a pull request. Heres the commit to update to ios12:

https://github.com/joshoconnor89/cordova-plugin-openwith/commit/679df1977f47e104647adcb9712c3fd4899a7fcf

NiklasMerz commented 5 years ago

I would love to review this a PR.

BTW did you do anything for iOS 13? I have issues with iOS 13 beta.

NiklasMerz commented 5 years ago

I forked this and updated it for ios12:

https://github.com/joshoconnor89/cordova-plugin-openwith

You can add this into the plugin if you'd like, I can create a pull request. Heres the commit to update to ios12:

joshoconnor89@679df19

Could you please explain shortly what you did for iOS 12. I am using a slightly modified version on iOS 12 with no problems.

josiahbryan commented 4 years ago

Anyone trying to get iOS13 working, checkout the missive fork, mentioned in this comment: https://github.com/j3k0/cordova-plugin-openwith/issues/102#issuecomment-626767991

The actual plugin is at: https://github.com/missive/cordova-plugin-openwith

I've personally used it in iOS13 and Android and works PERFECT - my comment on my usage is at: https://github.com/j3k0/cordova-plugin-openwith/issues/102#issuecomment-629860406