When I try to get the current geolocation info but failed.
I just using the general the html5 way to apply to the current geolocation coords(latitude and longtitude) by broswer in Tizen.
I using "navigator.geolocation.getCurrentPosition(successCallback, handleError);" to apply to coords info.
The dialog display "application requests your current location.Do you allow it?" when I press "Yes" and error code return. It prompt "The browser was unable to determine your location".
Could some guys meet the same problem or you can solve it. Maybe my request method is wrong. So could you give me kindly support for it.
Thanks a lot.