i’ve an app that have buttons, one of them open a map in full screen, the others do other stuff, not important for my question.
when i hit the button that creates a native.newMapView() in android (full screen) all links hidden behind the map, i can’t touch them, like it should.
if i do the same in IOS, all hidden buttons i’ve behind the map are still active, so i assume maps in android have activated focus=true, and IOS the focus is false since i can touch other buttons i’ve behind the map.
my question is, this is normal behavior or is a bug?
regards,
Carlos.