For Intellisense and refactoring, and as a code editor in general, Rider is miles ahead of Visual Studio for Mac. It is much more powerful and reliable. I use Rider for all C# development on Mac (Xam… (View Post)
I would like to hide the tab bar of a TabbedPage when a specific page is pushed with Navigation.PushAsync(). In iOS UIViewController.hidesBottomBarWhenPushed does the job, is there any way to do the … (View Post)
Unfortunately not, everything I tried ended up messing the UI in one way or another (IIRC screen rotations made the tab bar disappear or unclickable and the push animations sometimes didn't work prop… (View Post)
I have the same issue, it seems to be a bug with the Xamarin google play services binding library when used with AppCompat 21. It's annoying that we are still not able to use this library. It has bee… (View Post)