landscape

  1. Cainsoft

    Android Question Camera2 example to landscape - preview image distortion

    Hi, I tried to use the camera2 example in landscape view. (#SupportedOrientations: landscape) The preview image has been stretched and enlarged, but the photo is good. (see attachment) I tried the following: - changed cam.PreviewSize.Initialize(1920, 1080) -> cam.PreviewSize.Initialize(1080...
  2. MitchBu

    Android Question Suppress keyboard top lines ?

    In landscape mode on a phone there was barely enough room to enter two lines, but recently, now the keyboard comes with an extra panel with icons on it, like on the screenshot I am posting. I found no setup on the phone to remove that extra panel. Is there any way to remove that, or the...
  3. Sandman

    iOS Question [SOLVED] Status bar automatically hidden when iPhone in landscape?

    I've started a new app (so very little code so far), and noticed something unexpected: When I have the iPhone in portrait mode, the status bar is visible - just as expected. When I turn the iPhone to landscape mode, the status bar disappears - not what I expected. I can toggle the status...
Top