FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
130 stars 26 forks source link

Google Maps interactions are not stopped when user is interacting with a component above it (only on web) #1759

Open OuiJamy opened 1 year ago

OuiJamy commented 1 year ago

Has your issue been reported?

Current Behavior

When I open a bottomsheet above the google map widget, or any other component like a horizontal list then when the user interacts with the top most component it also interacts with the map. For example sliding down to close the bottom sheet will also move the map beneath it.

It is also possible to tap on the markers through the component that is above the map.

Expected Behavior

When an element is placed on top of the google map widget then it is not possible to interact with the map anymore.

Steps to Reproduce

  1. Add the google map widget to the screen
  2. Add an action so that when a marker is tapped a bottomsheet opens up
  3. Slide down to close the bottomsheet
  4. The map moves along

Reproducible from Blank

Bug Report Code (Required)

ITFXls/lvJROvuZE0M7tYfpWoDswGUAHa+dEjO1udzYgF5j4OpYXeOP7blhWQuqzaH47f2CZvzgE+MLFkfL9N/kpEE6tbJRnybVIUxPPbE65MoiJEruSfEFfN+dYfm6B38KzryVBOrBeR2Q91F2mDdmyfz6Cf9qOYwx5e6fDbOY=

Context

I'm trying to display a list of shops on the map and when the user taps on one of them it opens up a bottom sheet with the details/profile of the shop OR having a horizontal list at the bottom of the map showing the list of shops displayed but scrolling in the list is also moving the map

Visual documentation

image

Additional Info

No response

Environment

- FlutterFlow version: 3.13.7
- Platform: MacOS Pro, Web
- Browser name and version: Chrome 118.0.5993.88
- Operating system and version affected: MacOS Sonoma 14.1
github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.

sbis04 commented 10 months ago

Hey @OuiJamy, sorry for such a late reply. I tested it, looks like the issue is only present on the web platform. There is a solution to this issue, but not sure what would be a good way to apply it.

Alezanello commented 3 months ago

Hello!

I apologize for the delayed response regarding this issue. As mentioned in the previous comment, I was able to replicate the problem. I will be forwarding this ticket to our engineering team for a potential fix. Thank you for your patience!