Assuming the viewport is a StageWebView
(http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebView.html)
there is no way to change the layout order (it always stays in front).
A possible workaround would be to take a snapshot of the map (if thats
possible with StageWebView) and show the bitmap instead of the actual
map when the callout is active.
Lee Burrows
ActionScripter
On 28/10/2014 09:41, Deepak MS wrote:
Hello,
I have used following ANE for map in my ipad app(Flex 4.13, AIR 15, iOS 8):
http://code.google.com/p/air-maps-ane/
It works just fine. But only problem (Show stopper) here is that, when map
is active, and when we click on callout buttons, the call out button
contents are behind the map component.
This is how it is supposed to show the call out button content's:
http://snag.gy/B8p1K.jpg
But when map is active, this is how it shows up:
http://snag.gy/YeoHe.jpg
Map uses a viewPort, which is Rectangle. I think it always floats on top of
AIR app.
Kindly let me know if there a way to move the map 'behind' somehow?
Cheers!