Monday, July 6, 2015

Can HTML 5 get the geographical position of a user?


Yes, HTML 5 can get the location of a user with the use of Geolocation API.
- Use getCurrentPosition() method to get the user’s current position.

1 comment: