Hi,
The “applicationSuspend” event is being dispatched when opening a scene with a map. When asking for user location the system event is firing.
I think this a bug. Please help.
[lua]local function onSystemEvent( event )
if event.type == “applicationResume” then
storyboard.gotoScene( “startScene”, “fade”, 800)
end
end
Runtime:addEventListener( “system”, onSystemEvent )[/lua]
[import]uid: 189638 topic_id: 34258 reply_id: 334258[/import]