Make webview invisible or move it at runtime?

I need to show an image as a popup panel while viewing a native webView on the page. When I do this the panel goes behind the webView control. Is there a way to make the webView control invisible or move it during runtime so I can have the panel on top?

Thanks,

Warren

Have you tried to set an .isVisible on it? You should be able to move them via their .x and .y attributes as well.

webViews are native and sit above the OpenGL canvas.  Any thing you do with display.* will always be below anything native.*

Have you tried to set an .isVisible on it? You should be able to move them via their .x and .y attributes as well.

webViews are native and sit above the OpenGL canvas.  Any thing you do with display.* will always be below anything native.*