Hello everyone,
When I need specific value for a given platform, I use OnPlatform.
If I wanted to set specific value for either UWP or Windows Phone, I used WinPhone.
Now it's not recognised anymore. I need to set UWP.
But when I use UWP, I got this error : No property, bindable property, or event found for 'UWP', or mismatching type between value and property.
Right now, to keep things buildable, I have to set the value for iOS and Android and use the default value for UWP.
This is boring as quite often my Android and iOS value are the same but is different on UWP. What I want to do is :
What am I missing ? Is it a know bug ? Should I fill a bug ?
Thank you