Hi all,
I have a problem using CoronaViewer on Android. It works with a simple main.lua.
But in my project i have a : Runtime:addEventListener( “system”, onSystemEvent )
And it doesnt catch onSystemEvent when i start CoronaViewer app. But when i reset CoronaViewer app it catchs the event. Do you know this issue ?
The app work great with Corona Simulator.
Also i have maybe a fix for my problem but i need to know if i’m on CoronaViewer environment in the code, is this possible, is there a function for it ?