In a portrait only iOS application, with a Master Detail page, if I move my device slightly, the Master menu closes automatically, which is rather unwelcome.
I have a login form in the master menu and even if I try to get the device closer to me or move it slightly, the menu closes!
Or if I rotate the device, even if the application is portrait only it still gets closed.
I tried dozens of different hacks, even watching DidAccelerate(UIAccelerometer accelerometer, UIAcceleration acceleration) and forcing a IsPresented according to the last manual value, but it sill closes the menu randomly.
Any way to avoid this?