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

[Request]: share_plus Disable touch input on share screen open #1053

Closed
Shawn-sudo opened this issue Sep 6, 2022 · 4 comments
Closed

[Request]: share_plus Disable touch input on share screen open #1053

Shawn-sudo opened this issue Sep 6, 2022 · 4 comments
Labels
all enhancement New feature or request Hacktoberfest Issues taking part in Hacktoberfest share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin

Comments

@Shawn-sudo
Copy link

Shawn-sudo commented Sep 6, 2022

Plugin

share_plus

Use case

Disable touch inputs when share screen is opened

Currently looks like: https://vimeo.com/746740170
In the video, "Invite Friend" button calls Share.share("You can get ...")
I was tapping the "Invite Friend" button area above the share panel on iOS.

Alternative Solution I've considered

I could wrap the whole widgets with AbsorbPointer(absorbing: true/false, child: childhere), but this makes the widget tree a little bit messy

Proposal

Disable touch input when the share panel is opened

@Shawn-sudo Shawn-sudo added enhancement New feature or request triage labels Sep 6, 2022
@miquelbeltran
Copy link
Member

This doesn't have anything to do with the plugin. You could try to disable the button and wait for a response on shareWithResult which returns after the user selected an option.

@Shawn-sudo
Copy link
Author

@miquelbeltran ye i can definitely write some codes to block touch inputs by myself, but I just hope it is provided by default. The behavior shown in the video is definitely unexpected.

@miquelbeltran miquelbeltran added share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin all and removed triage labels Sep 8, 2022
@mhadaily mhadaily added the Hacktoberfest Issues taking part in Hacktoberfest label Sep 28, 2022
@SirusCodes
Copy link
Contributor

I'm not sure how we can handle this in the plugin but it definitely that you should handle by yourself and not the plugin.

@Shawn-sudo
Copy link
Author

Oh ok then I'll close this issue

@Shawn-sudo Shawn-sudo closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all enhancement New feature or request Hacktoberfest Issues taking part in Hacktoberfest share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin
Projects
None yet
Development

No branches or pull requests

4 participants