Hello everyone, I'm new here and transitioning from VB to B4A for app development. Could someone help me? I'm working on a project using B4A's B4XPages, as shown in the example in the attachment. The issue is with #SupportedOrientations: unspecified. When I enter the B4XMainPage or userMainPage, rotating the phone to landscape or portrait mode triggers the Main's Activity_Create() event, causing the phone to display a blank screen. Why does this happen? How can I ensure that the previous page remains displayed after rotating the phone? For example, if I'm on the userMainPage, I want it to stay visible after rotating the phone.