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

onLongTapListener on iOS not working as expected #605

Closed
RAglx opened this issue Jul 4, 2024 · 0 comments · Fixed by #620
Closed

onLongTapListener on iOS not working as expected #605

RAglx opened this issue Jul 4, 2024 · 0 comments · Fixed by #620
Labels
bug Something isn't working

Comments

@RAglx
Copy link

RAglx commented Jul 4, 2024

See GesturesPage in your examples.

The long press / onLongTapListener on Android triggers after a given time when
the finger taps the screen. This is fine.

On iOS it only triggers after lifting the finger, which is not what to expect.

IMHO it should work like the GestureDetector functions onLongPress / onLongPressStart and
not like onLongPressEnd.

I'm using MapBox 2.0.0 and:
[✓] Flutter (Channel stable, 3.19.6, on macOS 14.5 23F79 darwin-arm64, locale de-CH)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Android Studio (version 2023.1)
[✓] VS Code (version 1.90.2)

Flutter 3.19.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 54e66469a9 (3 months ago) • 2024-04-17 13:08:03 -0700
Engine • revision c4cd48e186
Tools • Dart 3.3.4 • DevTools 2.31.1

@maios maios added the bug Something isn't working label Jul 11, 2024
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

Successfully merging a pull request may close this issue.

2 participants