- heddn Nicaragua
Drupal 7 is no longer supported in a month. Closing old issues. If this is still an issue in the current 5.x version of the module, please re-open and provide some next steps.
I am using the sub module Device Geolocation to detect the users position. Everything worked fine till I started to use subdomains as language detection method, like:
de.example.com
en.example.com etc.
Since than the method in device_geolocation.js
navigator.geolocation.getCurrentPosition()
to get the position form the browser always fails, will say, calls the error handler function. In Chromiums console I get the message:
One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
In spite of the fact I gave the browser the permission to detect my position for each and every subdomain.
How to get the method navigator.geolocation.getCurrentPosition() to work with various sub domains?
Closed: outdated
1.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is no longer supported in a month. Closing old issues. If this is still an issue in the current 5.x version of the module, please re-open and provide some next steps.