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 a simple url: [self debug:@"[checkForFileToShare] Nothing to share"]; #31

Closed j-d-carmichael closed 3 years ago

j-d-carmichael commented 3 years ago
    [self debug:@"[checkForFileToShare] Nothing to share"];

This line is triggered when i try to share text to the app.

This message originates from this line:
https://github.com/EternallLight/cordova-plugin-openwith-ios/blob/master/src/ios/OpenWithPlugin.m#L163

I don't know the syntax here - any help would be greatly appreciated

j-d-carmichael commented 3 years ago

resolved from a previously opening issue - someone comment pointed out the misaligned app groups

https://github.com/EternallLight/cordova-plugin-openwith-ios/issues/4