Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When an AlertDialog is presented, the "SlideMenuView" is not show when in "this.IsFullScreen = true;" mode. #97

Open
rmoscat opened this issue Feb 21, 2019 · 0 comments

Comments

@rmoscat
Copy link

rmoscat commented Feb 21, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant