@lroal/capacitor-heading
v1.0.13
Published
Native compass heading for Capacitor (iOS/Android) with web fallback.
Maintainers
Readme
@lroal/capacitor-heading
Native compass heading for Capacitor (iOS/Android) with a web fallback.
- iOS: uses CoreLocation heading (trueHeading when available).
- Android: uses TYPE_ROTATION_VECTOR (magnetic heading).
- Web: uses DeviceOrientation (alpha/
webkitCompassHeading) with screen-rotation correction.
Install
npm i @lroal/capacitor-heading
npx cap sync