Hi, I am trying out monogames on Note 3 (1920x1080 resolution). When I start game first time its ok, I exit and start again and then graphicsDevice.PresentationParameters.BackBufferWidth and graphicsDevice.PresentationParameters.BackBufferHeight changes but the screen orentation doesnt. Why is that happening? How to fix that?
(first and second game launch)
If I force close application and then start it the resolution is ok. So it looks like this.Exit() doesnt close the application correctly and the problem occurs. How to force close application? Crashing game on exit works good but I dont think that’s the best solution…