-
-
Notifications
You must be signed in to change notification settings - Fork 860
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
'interactive' option doesn't block interaction #20
Comments
Good find! the interactivity was recently moved into If you want to take a crack at it, the fix would be to make |
I think there's two places where gesture detection is happening, and only one is respecting the interaction parameter. |
@johnpryan Does that mean custom GestureDetector on Marker should be disabled? https://github.com/johnpryan/flutter_map/blob/master/example/lib/pages/on_tap.dart#L30 I couldn't find any other gesture usages except on GestureMixin. Probably all fixed? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
I want make flutter_map static, disable user input for it. I supposed setting interactive option to false would do this, but it doesn't change anything. How can it be solved?
The text was updated successfully, but these errors were encountered: