fuselibs icon indicating copy to clipboard operation
fuselibs copied to clipboard

MapMarker IconFile image on different devices

Open trusis666 opened this issue 6 years ago • 1 comments

Reported in forum.

Fuse 1.8.1 MacOs High Sierra iPhone 7 / iOs 11.2 Nexus 5 / Android 6.0

Issue

MapMarker IconFile image renders different sizes on iOs and Android.

iOs

ios_map_marker

Android

android-map-marker

Code to reproduce:

<App>
	<NativeViewHost>
   		<MapView Latitude="59.9115776" Longitude="10.7369095" Zoom="15">
        	<MapMarker Latitude="59.9115776" Longitude="10.7369095" IconFile="icon1000x1000.png"/>
   			<MapMarker Latitude="59.9115776" Longitude="10.7369095" IconFile="icon100x100.png"/>
        	<MapMarker Latitude="59.9115776" Longitude="10.7369095" IconFile="icon24x24.png"/>
   		</MapView>
	</NativeViewHost>
</App>

Icons: icons.zip

trusis666 avatar Apr 05 '18 12:04 trusis666

The forum thread Change MapMarker IconFile width/height posted by jesusmartinoza was linked to this issue.

fusebuild avatar Apr 10 '18 12:04 fusebuild