Is it possible (and how) to place for example webview under corona ? We have example app with example plugin showing webview, can it be placed under corona so we can draw in corona over it?
Setting background to 0,0,0,0 will make corona background transparent but now how to puch native element to bottom?
Is there no way to access Corona layer to user native android function to View.bringToFront() ? and Then all other elements would be under corona layer.
It is not possible or we would have done this already. There are ways at least on iOS where we can use the video camera as a fill to an OpenGL object. We don’t have that working on Android yet and it’s way too complex for us to make work. But for other native.* API’s they will always be on top given how our framework is structured.
Is there no way to access Corona layer to user native android function to View.bringToFront() ? and Then all other elements would be under corona layer.
It is not possible or we would have done this already. There are ways at least on iOS where we can use the video camera as a fill to an OpenGL object. We don’t have that working on Android yet and it’s way too complex for us to make work. But for other native.* API’s they will always be on top given how our framework is structured.