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

Remove application on sharelist for images #18

Closed benjdg16 closed 5 years ago

benjdg16 commented 5 years ago

Hi,

I am facing issues when sharing photos for iOS 12. I have my application inside the sharelist but myHandler function does not execute. However, it does work on text and url's (at least for the simulator).

With this, how can I remove my application inside the share list for photos? Thanks in advance :)