mapbox-maps-flutter icon indicating copy to clipboard operation
mapbox-maps-flutter copied to clipboard

IOS Freezed animation

Open HenrikH96 opened this issue 1 year ago • 0 comments

Hey there, First of all, thank you for the amazing integration!

I ran into an issue where rendering stops as soon as an iOS popup (in my case, the NFC scanning prompt) is started. Rendering resumes once the popup is closed.

I’ve tried using flyTo, easeTo, and setCamera, but it seems like the entire rendering process is paused. When the popup is closed, the camera jumps without animation to the target position. I suspect the animation is running in the background without updating the screen.

Is there any way to ensure the animation is shown behind the iOS popup ?

Thanks for your help!

HenrikH96 avatar Jan 10 '25 15:01 HenrikH96