You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Open app
-take screenshot of app
-share that screenshot to app while its open
-nothing happens
-EVEN WEIRDER: if you close the app, then reopen, it will share.
Does this plugin support sharing while the app is open? Thanks
The text was updated successfully, but these errors were encountered:
It looks like in the OpenWithPlugin.m the method - (void) pluginInitialize { seems to only check if theres files to be uploaded when the app becomes active, I've tried using a custom NSNotification from ShareViewController.m when a file is shared but its never captured in OpenWithPlugin.m.
The following results in weird behavior in iOS:
-Open app
-take screenshot of app
-share that screenshot to app while its open
-nothing happens
-EVEN WEIRDER: if you close the app, then reopen, it will share.
Does this plugin support sharing while the app is open? Thanks
The text was updated successfully, but these errors were encountered: