My app should work only on Landscape mode, till iOS 13 release it was working fine. After iOS 13, I noticed that the Master page (menu page) is visible on iPad screen as if I used split-screen. I tried MasterPage.MasterBehavior = popover and also tried MasterPage.IsPresented = false; none of these are working.
I tried MasterPage.MasterBehavior = popover and also tried MasterPage.IsPresented = false; none of these are working.
Also, I wanted to know how to catch the click event of the "Menu" button.