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.
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!
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!