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

App is showing in sharesheet but handler is calling only at resume state but not when app is already open #27

Open iamrsojitra opened 3 years ago

iamrsojitra commented 3 years ago

Hello @EternallLight Greetings! Hope you are fine.

I am using this plugin for URL share. It's working fine with other applications like If I try to share a URL from the Safari browser then it's showing my application in the share sheet. It's calling handler correctly here.

Issue - If I want to share a URL from my application internally then my application is showing in the share sheet but on click of my application to send, the handler is not calling initially but when I minimize and resume the app again it's calling handler.

If this can be fixed anyhow then it's really been helpful to me.

Appreciate in advance, Thanks & Regards Rakesh