How to set index control for Corona Project with native builds

Hi everybody,

I’m creating a project using Corona Native Build. In my project, I want to create an Android native control under Corona Control (see attached picture), but the Corona class is not transparent when I place it on the native layer.

Please help me. Thank you

54a152acfbc17383975fdf75156c3ea2.png

This isn’t going to work. First on Android, the OpenGL canvas cannot be made transparent. Secondly, all of Corona’s display objects are part of that OpenGL canvas. Native objects will always sit on top of the OpenGL canvas.

Rob

This isn’t going to work. First on Android, the OpenGL canvas cannot be made transparent. Secondly, all of Corona’s display objects are part of that OpenGL canvas. Native objects will always sit on top of the OpenGL canvas.

Rob