Hi,
when I use Runtime:addEventListener( “location”, locationHandler ) in composer scene (example SCENE1.lua) working well and show event.latitude and event.longitute.
But when I change the scene (example SCENE2.lua) and return to previous scene (SCENE1.lua, when the addEventListener working) the addEventListener not restart and not show the gps parameters.
I use the example of gps location in Corona Apis.
Could do you help me?
Thank you