wagerfield/parallax

Works awesome… not on mobile though

919Studios opened this issue · 2 comments

Works awesome… not on mobile though :/

You did a really great job making this! Works great on desktop on all current browsers but not on mobile. Any advice on how to get it working on mobile? Thank you in advance - Any help is much appreciated! :)

Unfortunately because some people cannot play nice and abused the gyroscope API for violating user privacy, Apple has decided to effectively kill the feature in the browser. You can, as far as I know, still activate it somewhere in the settings, but almost no user does that.
For Android I believe it should still work as long as the connection is HTTPS.

So for now, the main use of the library is

  1. on desktop and
  2. inside a native-wrapped web app like something created with Capacitor or Cordova or whatever else is there, where the native app allows the browser view to access the gyroscope

Thanks for the info 👍🏻