Gideros version: 2016.06
iOS device: iPad 3
iOS version: 9
xCode version: 7
GiderosiOSPlayer plugins or modification: NO
Steps to reproduce:Add something to call `print` function. I use touches, you can also use a loop or ENTER_FRAME event:
stage:addEventListener(Event.TOUCHES_BEGIN, function(e)
print(e.touch.x, e.touch.y)
end) |
Or you can use "Touch explorer" from Gideros examples.
Then switch to another app or home menu. Return to your app and call `print` function (touch the screen if you use TOUCHES_BEGIN). GiderosiOSPlayer will crash and you will be returned to home menu.
This doesn't happen on Android or desktop players for me.
Comments
I must say this bug annoys me the most after returning from sleep mode while running cached examples.