Webview or mapview overlap problem

Hi,

Mapview or webview overlap base level element on page

  • button
    • navigator
    • page
    • page --> inside mapview but overlap base button

Here this video link

Thanks for help

As mentioned here Native Controls are always rendered in front of graphics controls.

If you want the circular icon / button to be on top of the mapview then you can place the button inside a NativeViewHost as well.

You can find more info about how to deal with this kind of composition here and here