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 83 forks source link

openurl method not jumping back to app #10

Open tbassett44 opened 6 years ago

tbassett44 commented 6 years ago

Everything in the plugin is working for me except the part where the share extension plugin is supposed to jump back to my app to show the share dialogue. If i manually go back to the app, the data is waiting for me there...so the openurl method in ShareViewController.m isnt working. After a bunch of research it looks like apple doesnt want this to happen. Is there a way this can be modded to include some basic UI functionality without having to jump back to the app? Not sure what the best option for that is...Any help would be great!

anthonnyc2 commented 5 years ago

@tbassett44 have you found a solution for this?

PocoMin commented 3 years ago

Make sure there is a URL Types entry. Enter the custom URL Schemes you set when installing the plugin. image image