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

MessageToast blocks all touch input #1210

Open
bartekpacia opened this issue Mar 21, 2024 · 0 comments
Open

MessageToast blocks all touch input #1210

bartekpacia opened this issue Mar 21, 2024 · 0 comments

Comments

@bartekpacia
Copy link
Collaborator

bartekpacia commented Mar 21, 2024

When MessageToast is shown all input (drags, taps, back button) is ignored.

infotoast_blocking.webm

To show the pointer:

adb shell settings put system pointer_location 1

Repro

I added a button under this line:

TextButton(
  child: const Text('ToastMessage.info()'),
  onPressed: () {
    ToastMessage.info(context, 'hi there!');
  },
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Product Backlog
Development

No branches or pull requests

1 participant