-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toolkit Basemap Gallery doesn't display the Thumbnails properly #530
Comments
@LuisRguezEsriSpain Would you be able to share a small sample that reproduces the issue? |
I share a small sample. |
Hi Morten, I only see Thumbnails on certain Android devices. Por example:
|
It looks like it is hitting this fallback: Line 34 in 8e5bc02
That data should be coming from here: arcgis-maps-sdk-dotnet-toolkit/src/Toolkit/Toolkit/UI/Controls/BasemapGallery/BasemapGalleryItem.cs Line 100 in 8e5bc02
Since I can't reproduce, would you be able to debug what is happening on your specific Android devices and see why the thumbnails fail to load? |
Hi Morten, This is the debug's result.
|
Thank you for the detailed screenshots. |
.NET 8 shipped as final yesterday. If you update your visual studio to latest, you should now see it in your dropdown (before this you needed the preview release) |
Hi Morten, I've installed the latest versión of visual studio. I've also installed ArcGIS_Maps_SDK_DotNet_Templates_200_3_0.vsix. In project propertiens I cannot choose either "Target Android Framework" or "Minimum Target Android Framework". In addition to this issue I have others issues:
|
@LuisRguezEsriSpain are you able to build a normal .NET MAUI app targeting .NET 8? Most of the settings you refer too are easiest set in the .csproj file directly. |
@dotMorten I've done this workaround in BasemapGalleryItem class and work properly:
|
I am developing an application with MAUI.
When I run de app by using "Samsung Galaxy Tab A SM-T510" and "Samsung Galaxy Tab A SM-T580", Toolkit Basemap Gallery widget doesn't display the Thumbnails properly.
After creating a Esri Case, Esri recommend me submit a new Issue.
The text was updated successfully, but these errors were encountered: