I am developing in the following environment.
OS:IOS 10 IIS
communications:HTTPS
In addition, you are connected to a web application being developed with a self-certificate (Ore Certificate).
However, an error occurs when attempting to retrieve location information.
"Geolocation error: Origin does not have permission to use Geolocation service."
How do you solve this problem?
ios10
The English version of StackOverflow is covered in the following topics:
Got an error when trying to get the geolocation in safari iOS10
Even on pages accessed by HTTPS, it seems that even one of the pages accessed by HTTP is not allowed to be mixed with content (e.
The solution seems to be to rewrite everything you are accessing with http to https.
© 2024 OneMinuteCode. All rights reserved.