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

DatePicker not responding on tap gesture. #91

Open
BaghbanSalehi opened this issue Sep 12, 2024 · 1 comment
Open

DatePicker not responding on tap gesture. #91

BaghbanSalehi opened this issue Sep 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@BaghbanSalehi
Copy link

Hello,

I'd like to send a date picker as a custom message. It works fine but the problem is that date picker only reacts to long press and not tap gesture. I tried to override this behaviour but couldn't make it. I think there are some conflicts between the internal library gestures and date picker. It's not the same for Buttons.

Any idea of how to make this work?

@SubvertDev
Copy link
Contributor

I had similar problem with attachments. You can try to use .highPriorityGesture if it's applicable in your case.

@f3dm76 f3dm76 added the bug Something isn't working label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants