amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
544 stars 344 forks source link

[Bug] GoogleMaps is flickering when switch tabs on Android device. #777

Open tunbse05080 opened 2 years ago

tunbse05080 commented 2 years ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

When switch Shell tabs, google maps on-page is flickering/blinkering.

HOW TO REPRODUCE

  1. Create 4 tabs shellcontent
  2. On a page include a Map
  3. Switch between a tab include a Map and another tab
Submersed commented 2 years ago

@tunbse05080 Got same issue with glitching on android while on IOS not. It happens when loading multiple icons into map.pins with for loop. is there any more efficient way that doesnt block UI and doesnt trigger this glitch (pins bouncing from one location to random one and back)

omersezer commented 2 years ago

Hey guys, i have same problem. Did you find any solutions

dinesh4official commented 1 year ago

I'm facing the similar. Did anyone find any solution for this issue?