Xamarin.Forms
1 Topic- Is it possible that a app remains spanned if the hinge angle exceeds a lmit?Background: I'm playing around with the Surface Pen and the Duo. I wanted to create a simple Xamarin.Forms demo app that includes a drawer and a guesser. In German it's called "Montags Maler" which roughly translates to "Monday's pointer". The team gets points if the Guesser recognizes the drawing (sketch) of the drawer. Problem: In order to get this concept working, I need that the Surface Duo is in an A shape (see photo). The guesser should not see what the drawer hast to draw. The problem is now, that as soon as the ginge angle is more than 180° the second screen turns off and my app is not longer spanned across both. I know that this makes sense for the most of applications - but not for mine. Question: Is it possible to tell the device to not deactivate the second screen?Solved805Views0likes2Comments