Map figure gestures

Hi there,

I have an issue concerning map figure gestures (zoom in/out and view pan/move).
I have created a mapview component in which i have add an html file for a mapobox api map. Everything works fine, but when i add the page property “Scrollable” to true in the thunkable, the figure gestures does not works properly in the android app version (in the web version still works ok with the mouse wheel and click-move orders.

Is there any way to fix this problem and how?

Hello @kallianiotistassos1h, welcome to Thunkable! :tada:
Do you use the layout component?
Maybe you could try to set the screen scrollable property to false, move the web viewer inside of one container, and make another container scrollable.

Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!

Thank you for the advice. I tried it, but did not work. Meaning that i put page scrollable to false and one container of the layout to scrollable true, but it does not scrolls! The map works fine…but the page does not scroll to the bottom content.
The component that holds the map stuff fetches an html file, can i edit that html (and how) to avoid scroll while finger gestures are on the map container?