I wrote an Xojo App on Android, and it is for test on Google Play.
My colleagues download the App. Some persons have normal font display, but other persons met problems.
When I check where is the problem, I find that font size is the key point.
User may adjust font size and display size (or screen scaling) on his/her android phone.
If his/her font size is middle or smaller, the screen display is normal.
If the font size is set to larger, the layout of labels, textfield, button can only show partial texts.
When I write Xojo App of iOS, there was almost no problem related to this issue
.
I want to ask a simple question: When will Xojo support auto-layout for Android?
Or, is there any method to add Xojo code to adjust Android objects?