Hi everyone,
I am trying to track user location (HTML5 GeoLocation) on multiple domains, by asking user permission for once. For example:
- User gives permissions on
example.com
example2.com
adds a script/iframe fromexample.com
- User enters on
example2.com
- User location is tracked by
example.com
and location specific content is shown to user.
Currently, if I add an iframe from example.com
, even example.com
has permissions to track user location, browser is asking for location tracking again, since there's no permission on example2.com
. Is there any way to remove multiple times permission asking process, since we will be inserting these location tracking widgets to multiple webpages?
Thanks in advance.