-
Notifications
You must be signed in to change notification settings - Fork 985
Description
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
three.js location based feature (see #188, #346) only known to work on Chrome/Android.
If the current behavior is a bug, please provide the steps to reproduce.
Please mention other relevant information such as the browser version, Operating System and Device Name
What is the expected behavior?
Should work on Chrome/iOS and Safari/iOS too.
If this is a feature request, what is motivation or use case for changing the behavior?
To support iOS.
This is possible with webkitCompassHeading (Safari) and granting permission to use the compass (necessary on iOS for any browser). However I do not have any iOS devices and therefore am unable to test.
So if anyone can enhance the three.js location-based code (see location-based directory inside three.js on dev branch) - that would be great!