-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
As part of our app, a map is displayed showing multiple pins. When the user taps a pin, a bottom sheet rolls up with some information and additional links. In order for the map to be restored after closing the modal we have marked it as permanent, using the data-turbo-permanent
attribute. Nevertheless, when the bottom sheet rolls up, the map is replaced by a gray background and only the button that allows to toggle the user location is visible.
We suspect that the cloning of the DOM elements during the snapshot performed by turbo
, is happenning before the screenshot is taken by turbo-android
.
Is there a way to trigger the screenshot in turbo-android
before the snapshot is done by turbo
?
thanks!
map_screenshot_.mov
Metadata
Metadata
Assignees
Labels
No labels