This one is compatible with .NET Standard 2.0: https://github.com/aritchie/userdialogs EDIT: Sorry, didn't see you wanted a month picker. I think this one only has date and time picker. (View Post)
Had the same issue, but I just let it install the missing mono version. Solved the problem. When you open the Error window in VS 2019 though there is an error stating that there is a problem with som… (View Post)
No Asur, it worked fine and is still working as expected. I forked the source code for the plugin from here: https://github.com/paulpatarinski/Xamarin.Forms.Plugins/tree/master/KeyboardOverlap I upda… (View Post)
ShouldPerformSegue will only be triggered right before a segue (which is declared in your storyboard) is about to be performed. What you could do though is to call PerformSegue in your code based on … (View Post)