Hi all,
I’ve had an e-mail from a customer who’s running one of my apps on their Xoom.
Apparently it all works fine whilst the app is running but if she exits the app and then tries to go back in immediately the whole Xoom shuts down and won’t restart for a minute or so!
Here’s what she wrote:
“It shuts my whole system down, the Xoom screen goes black and becomes unresponsive. It is actually scary, because even if you hit the start button on your Xoom, nothing, it just stays off… then about a minute later, your Xoom just restarts as if you hit the on button. It doesn’t go back to the app, it just restarts the Xoom completely.”
I’m running the following when the application exits or suspends and this doesn’t seems to cause problems on any device I’ve tested on:
function onSystemEvent( event )
if ( event.type == "applicationExit" ) then
nilThisClass();
-- Remove any event listeners
Runtime:removeEventListener( "system", onSystemEvent );
elseif (event.type == "applicationSuspend") then
native.requestExit()
end
end
Any ideas would be much appreciated.
Thanks!
Ian [import]uid: 123492 topic_id: 36439 reply_id: 336439[/import]