Error Z order native.newWebView

Hello! Error Z order native.newWebView. Does not respond to “toFront()”, “toBack()”. WebView content is always on top. Running in composer.newScene().

all native displays occur on top of the opengl canvas - you can’t intermingle them with corona display objects.

Thank you! I solved the problem by hiding the webView at the time the menu was displayed.

all native displays occur on top of the opengl canvas - you can’t intermingle them with corona display objects.

Thank you! I solved the problem by hiding the webView at the time the menu was displayed.