B4A Designer allows different values for views in portrait and landscape values such as anchoring, size, etc. but only accepts one text align setting for both portrait and landscape. Could different text align settings for portrait and landscape be implemented?
Thank you!
ادامه مطلب...
This is possibly an Android 'feature' but I have been wrestling to overcome this for several days and have given up and admit the need for help..
The attached trivial project is a primitive code editor. Run the program on a device and rotate it from portrait to landscape and back - all is well...
This is an example of how you can customize a Map.
Through the B4XCanvas functions it is possible to create the map with photos, text, etc.
The classes used are MapScale + GoogleMapsExtra (https://www.b4x.com/android/forum/threads/class-googlemapsextra.56871/)
The following code is an example...
I am trying to make an app adapt to split-screen mode, which is by default approximately square on my Android 10 Xaiomi Mi Max 3 but it doesn't work as I expect - perhaps I expect wrong!
It only ever loads the landscape or portrait variants, even when in split screen mode.
Also if you hold the...