Hello,
I'm trying the C++ Builder for mobile development, but at the first samples that I've run, or even making a project from the scratch and adding to it any control with the Align = Client (I've tried to use the controls inside layouts, tabs, etc. as well), it does not realign the screen when you tilt the device at times. The width of the screen remains the same and sometimes the center changes as well. When the center changes the touch position have it's correct center, in this case it's a visual offset only. Is it a known issue? There is a workaround?
(The number on the bottom button is the width of the Form)
Also, I can't fit the Client content with the status bar, the Client always uses all the screen and the status bar cover its content... Any tip to adjust it?
I don't know if it occurs only because I'm using the C++Builder instead Delphi... My current environment for the project:
Embarcadero® C++Builder 10.1 Berlin
Android SDK: Android N (API 24), SDK Tools 24.3.3
Devices: Asus ZenFone 2 with Android 5.0, Moto Maxx with Android 5.0.2
Thanks!
PS.: as I wrote to much, the TL;DR is marked in bold :)