Greetings, it is an excellent tool of great utility for me.
When an AlertDialog is presented, the "SlideMenuView" is not show when in "this.IsFullScreen = true;" mode
Solutions: I had to apply a fix to the code so that it could work for me. replace at the source SlideOverKitiOSHandler.cs where they are "UIApplication.SharedApplication.KeyWindow" with "UIApplication.SharedApplication.Delegate.GetWindow ()"
@jessejiang0214 @rid00z I tried to contact to talk about this problem, but I could not wait and I had to analyze the source code, in order to solve my problem, here I append the changes made in my version of SlideOverKit.
This link helped me understand the problem:
[]https://stackoverflow.com/questions/21698482/diffrence-between-uiapplication-sharedapplication-delegate-window-and-u
Thanks.
rmoscat