Hello,
I need to embed a map within a ion-content
element but since there’s content before and after I would like to keep the normal behavior on users tapping and dragging over it, i.e. the page scrolls up and down (something like a static map image, but with an actual map). If I set draggable
property in the google maps options object to false
it correctly prevents inner map dragging, but the page won’t scroll. How could I achieve it?
Thank you