Hello,
I’m constantly having following warning in the Simulator and would like to remove it if possible.
WARNING: Runtime:addEventListener: real ios devices don’t generate ‘key’ events
The code looks like this:
if Runtime:hasEventSource( "key" ) then Runtime:addEventListener( "key", onKeyEvent ) end
Since I need to add and remove the eventListener again and again over time, I see this warning constantly.
Would be great if there’s a way to prevent that.
Thanks