Screen Rotation Problem

Any solutions?

The description should be as follows:

  1. User opens screen1 (his phone is in portrait mode)
    → screen1 is displayed in portrait mode (true?)
  2. User rotates the phone to landscape, what should happen now:
    → screen2 should be opened in landscape
    → screen1 should now be displayed in landscape mode?
  3. User opens screen1 (his phone is in landscape mode)

So please be very precise
It shouldn’t be a big deal to get this done if the description is clear and detailed.

  1. phone in portrait mode- it should show screen 1(which is also in portrait)

2.1 if he rotates his phone to reverse portrait mode- it should show screen1 in reverse portrait

2.2 if he rotates his phone to landscape mode- it should show screen2 in landscape mode

2.3 if he rotates his phone to reverse landscape mode- it should show screen2 in reverse landscape mode

If the person rotates his phone from any orientation then the screens should change in the same way

Its simple,

In the block, use if else statement, check what is the orientation, then accordingly write the statement for that orientation as you mentioned. Just think about the logic you should apply in each screens. And then your problem is solved!!

Please try to do some blocks using this idea :point_up_2:t2:
AND