native ui windows support

I’m using corona sdk on windows for develop android game, and it’s really strange that windows simulator does not support native ui.

I licensed by same price and why it supports only mac version? [import]uid: 155824 topic_id: 29653 reply_id: 329653[/import]

Because of technical challenges. It is extremely hard to do mix native UI and OpenGL on desktops for technical reasons. Even on Mac where there is support for such a thing, it has tons of bugs and limitations in the real world and has been known to cause kernel panics in some cases. You will be hard pressed to find any app that does what Corona does in this area; nobody is that crazy/masochistic. On Windows, the problem is even harder (near impossible) because Microsoft doesn’t want people using OpenGL.
[import]uid: 7563 topic_id: 29653 reply_id: 119149[/import]