There is an issue with push notifications in iOS 11. You can open only the first notification. The reason is when I open navigation drawer application.ApplicationState should be Inactive but in iOS 1… (View Post)
I am working with xamarin forms and trying to create navigation menu. I need to set new image when i click on cell. I have some blinking when i replace image. I create image: var image = new Image { … (View Post)
The best way is to bind FormattedText style like this: <Label FormattedText="{Binding CustomFormattedText}" /> And in model: public FormattedString CustomFormattedText { get { return … (View Post)