Tag

gyroscope

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 3, 2024 · Mobile Development

Implementing a Mobile Parallax Effect Using the DeviceOrientationEvent Gyroscope API

This article explains how to recreate a desktop‑style parallax animation on mobile devices by leveraging the DeviceOrientationEvent gyroscope API, covering background concepts, sensor data handling, implementation steps, code examples, and common issues such as HTTPS requirements and iOS permission prompts.

MobileWeb Developmentdeviceorientation
0 likes · 7 min read
Implementing a Mobile Parallax Effect Using the DeviceOrientationEvent Gyroscope API
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Apr 9, 2021 · Mobile Development

Overview of Android Sensors, Coordinate Systems, and Dynamic Sensor Usage

Android devices provide dynamic, environmental, and position sensors, with a screen‑oriented coordinate system, and the article explains how accelerometer, gyroscope, gravity, linear‑acceleration, and rotation‑vector sensors work, their data processing, and why rotation‑vector and gravity sensors are preferred for motion‑detection, AR, gaming, and navigation.

AccelerometerAndroidMobile Development
0 likes · 9 min read
Overview of Android Sensors, Coordinate Systems, and Dynamic Sensor Usage