i added a geolocation service in my app
and i mapped it to two local storage variables (user_lat, user_lon)
I invoke the service on button click [mobilebutton_23]. but the service doesn't work.
i added two alert:
1 on geolocation service succcess: code alert(localStorage.getItem('user_lat'));/code
2 on geolocation service fail: codealert('geolocation Service Fail'); /code
and everytime i click the button i get the geolocation Service Fail alert.
Yesterday i tested the geolocation Service and it was working but today i get this big probelm. How can i solve it..
i'm going to share my project with appery support to let you to take a look.