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

IOS - screen flicker #66

Open
gekosurf opened this issue Aug 18, 2023 · 0 comments
Open

IOS - screen flicker #66

gekosurf opened this issue Aug 18, 2023 · 0 comments

Comments

@gekosurf
Copy link

Hi Folks,

When i run the example on an iPhone it work nicely for copying in text.

When i complete the task i close the iphone app.
If i try repeating the process the flutter app i cannot kill and it does not open.
There is a flicker of the flutter application page

Not sure even how to debug this problem.

Ideally id like the flutter share_handler extension to run in the background and when copied to it opens my app with the data.

Is this issue, related to:

In Xcode, replace the contents of ShareExtension/ShareViewController.swift with the following code. The share extension doesn't launch a UI of its own, instead it serializes the shared content/media and saves it to the groups shared preferences, then opens a deep link into the full app so your flutter/dart code can then read the serialized data and handle it accordingly. Note that for a brief moment, a default share modal might show up before it redirects to the app (particularly noticeable when using a simulator).

Thanks...

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