You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to create a yellow pin with BitmapDescriptorFactory.DefaultMarker. In Android looks good but in iOS the pin takes other color like a Brown color. I probe with Orange and the Color Change too. But with colors like Red, Blue and Green looks good
ACTUAL SCREENSHOTS
This is what looks in iOS. The yellow pins show with other color
This the same code in Android and the pins shows with correct color
EXPECTED BEHAVIOR
Show the pin with Yellow color
HOW TO REPRODUCE
Create a Pin a se Yellow color. This is the code that i use:
var pin = new Pin();
pin.Icon = BitmapDescriptorFactory.DefaultMarker(Xamarin.Forms.Color.Yellow);
The text was updated successfully, but these errors were encountered:
VERSIONS
PLATFORMS
ACTUAL BEHAVIOR
I try to create a yellow pin with BitmapDescriptorFactory.DefaultMarker. In Android looks good but in iOS the pin takes other color like a Brown color. I probe with Orange and the Color Change too. But with colors like Red, Blue and Green looks good
ACTUAL SCREENSHOTS
This is what looks in iOS. The yellow pins show with other color
This the same code in Android and the pins shows with correct color
EXPECTED BEHAVIOR
Show the pin with Yellow color
HOW TO REPRODUCE
Create a Pin a se Yellow color. This is the code that i use:
var pin = new Pin();
pin.Icon = BitmapDescriptorFactory.DefaultMarker(Xamarin.Forms.Color.Yellow);
The text was updated successfully, but these errors were encountered: