Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant share anything if the app is active #94

Open
joshoconnor89 opened this issue Feb 21, 2020 · 1 comment
Open

Cant share anything if the app is active #94

joshoconnor89 opened this issue Feb 21, 2020 · 1 comment

Comments

@joshoconnor89
Copy link

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

@joshoconnor89
Copy link
Author

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.

Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant