Hi guys , when I use a Tmultiviev , the TMSFMXWebGMaps is not overlap, please see images in link .
https://www.dropbox.com/s/w7vc858c7feg3bg/1.png?dl=0
https://www.dropbox.com/s/xyxv9ta90seivcx/2.png?dl=0
thanks
This cannot overlap.
TTMSFMXWebGMaps is based on a native control (webbrowser) while TMultiView is a generic FireMonkey control. Generic FireMonkey controls live in their common OpenGL layer while the TTMSFMXWebGMaps is a native control that is put on top of this OpenGL layer to be visible. You can compare this to TGraphicControl versus TCustomControl in VCL. Sadly, in FireMonkey there isn't a native equivalent to TMultiView, so there isn't something that can overlap a native control like a webbrowser used for TTMSFMXWebGMaps.