processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

landscape crashes P2D/P3D

Open ohnoitsaninja opened this issue 7 years ago • 3 comments

using landscape orientation with anything but the default renderer crashes the app.

orientation(LANDSCAPE) crashes

not setting orientation and rotating the phone, the app crashes once it switches to landscape

ohnoitsaninja avatar Oct 07 '18 14:10 ohnoitsaninja

@ohnoitsaninja What version of the mode are you using? Do this happen with an empty sketch, like so:

void setup() {
  orientation(LANDSCAPE);
}

void draw() {
}

codeanticode avatar Dec 24 '18 05:12 codeanticode

@ohnoitsaninja I cannot reproduce this problem on any of my test phones. What device are you using?

codeanticode avatar Dec 27 '18 07:12 codeanticode

I was using an LG V10 with whatever the most recent version was at the time (Oct 7)

indielm avatar Dec 27 '18 18:12 indielm