I used a wrapper control inside a TMSFMXNativeUITabBarItem,set to alClient, and point to another form in the application. When I run this application, the target form is shown full screen, thus overlapping with the tabs on the mainform.
This is an old thread, but the problem is still there. We use the wrapper in multiple places in our app, to insert (custom) FMX components in a native GUI made with iCL. It is cumbersome to manage workarounds every time we want a wrapper that is not full screen.
It would be appreciated if you could solve the problem at the source, so the wrapper can be used out of the box without workarounds.
PS. I have a simple test program that reproduces the problem.