EternallLight / cordova-plugin-openwith-ios

A modified version of the Cordova iOS Share extension (cordova-plugin-openwith) by Jean-Christophe Hoelt for iOS. Supports receiving shared URLs, text and images as well as sharing several images at once.
https://web-mystery.com/
MIT License
28 stars 84 forks source link

Sharing images in iOS 12 #17

Closed benjdg16 closed 5 years ago

benjdg16 commented 5 years ago

Hello guys,

I've managed to make this work on iOS 11.1 (Simulator only). I am sharing text, url's and images. However, when I switch to iOS 12.0 (Simulator) the images are not caught. I have a breakpoint on my handler function and it does not go there.

Do you have any insights on this?

benjdg16 commented 5 years ago

Hi again,

It seems that the problem is in the simulator for iOS 12. It seems to work fine on the device.

Closing this issue, thanks!