I set my app to support both portrait and landscape. I have a screen containing a scrollview. I set the anchorX and Y to 0 and set the scrollview x and y to “display.screenOriginY” and “display.screenOriginY” as well. And the width and height of the scrollview is “display.actualContentWidth” and “display.actualContentHeight”
I tried to add a runtime event of “resize” to resize and reposition the scrollview when rotate, but it doesn’t seem working.
I think I have the same problem in this archived thread: https://forums.coronalabs.com/topic/44938-newscrollview-does-it-support-resizing-for-orientation-changes-within-storyboardcomposer/
My Corona Build is: 2015.2802 (2015.12.31)