GoogleMap in a scrollable column moving the column when interacting with the map

I have a GoogleMap widget in a scrollable column/form that I am using to collect information on a field asset. I ask the user to populate some data in a form that is long enough to require scrolling to complete and at the end I have the Googlemap to ask them to center the map on the asset location to collect the coordinates.

I have the map setup to allow user interaction, however when the user moves the map it also scrolls the column which makes the map almost impossible to use as you quickly scroll the map out of the column view when scrolling north/south

I have only run the app in test mode so I am just not sure if this is only a test issue or if this is intended functionality.

I would assume that when the user is interacting with the map that any other widget scrolling would be superseded by the map controls and the map assuming a primary scrolling/interaction role but this doesn't seem to be the case.

I would prefer to keep the map in the form/column widget at its bottom location and not move it outside into a static position as it would then always take up too much space on this page.

Just trying to confirm if this is intended functionality or if there are other settings I need to change as I am still learning this platform.

5
7 replies