landscape

  1. EstasPerplejo

    Android Question B4x Orientation - landscape App restarts

    Hi Folks. I have discovered a strange behavior when an app is set to landscaped orientation and the power button of the cell phone is pressed... I narrowed it down so a single page and attached it as zip file for download. Here is what happens: I start the app, move the app into the background...
  2. 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...
  3. 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...
  4. 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