Since long I wonder, how the different views that I configured for iOS and Android form-factors apply to displays, that do not fit in.
For example, I saw at a friend's 6.5" Samsung that a "wrong" text size is used. I configured 5.8" and 6.8" views and would like to know which one (if any?) of the two was applied to the 6.5" device.
I tried to find a way to display the currently applied fmx view, e.g. by pressing a label but have found no way yet. Maybe this is not possible as events are inherited?
Or is there a way?
I use TGrindPanelLayout to evenly spread components over the screen but have found no way yet, to scale text size for displays from 3.5 to 10 Inch displays other than using views.
I'd be happy to abandon views and solve the text-size scaling problem with code.
Any ideas for this out there?