xamarin / GooglePlayServicesComponents

Other
315 stars 148 forks source link

[Android]Marker info window flickering and jumping after marker click. #830

Open 1nk0gn1to opened 8 months ago

1nk0gn1to commented 8 months ago

Xamarin.Android Version (eg: 6.0):

Xamarin.Android 13.2.2.0

Operating System & Version (eg: Mac OSX 10.11):

Windows 10 Pro

Google Play Services Version

Xamarin.GooglePlayServices.Maps (118.2.0 and later)

Describe your Issue

When tap to same marker several times info window flickering and jumping. Google SDK Android. There is no issue on previous versions of this package

Packages used:

<PackageReference Include="Arbus.Android.Lottie" Version="6.1.0" />
        <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
        <PackageReference Include="MvvmCross.DroidX.RecyclerView" Version="9.1.1" />
        <PackageReference Include="MvvmCross.DroidX.SwipeRefreshLayout" Version="9.1.1" />
        <PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
        <PackageReference Include="System.Net.Http" Version="4.3.4" />
        <PackageReference Include="Xamarin.Google.Android.Play.Core" Version="1.10.3.9" />
        <PackageReference Include="Xamarin.GooglePlayServices.Maps" Version="118.1.0.5" />
        <PackageReference Include="Xamarin.GooglePlayServices.Location" Version="121.0.1.4" />
        <PackageReference Include="Xamarin.Google.Android.Material" Version="1.10.0.2" />
        <PackageReference Include="Xamarin.AndroidX.Preference" Version="1.2.1.3" />

Steps to Reproduce (with link to sample solution if possible):

Create Xamarin.Android app. Use Google SDK Android, add Xamarin.GooglePlayServices.Maps version 118.2.0 or later. Add marker with title, snippet and tap to him several times.