Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Phonegap Essentials

You're reading from   Phonegap Essentials Use PhoneGap to build cross-platform mobile applications quickly and efficiently

Arrow left icon
Product type Paperback
Published in Sep 2015
Publisher
ISBN-13 9781785284687
Length 178 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Ivan Turkovic Ivan Turkovic
Author Profile Icon Ivan Turkovic
Ivan Turkovic
Arrow right icon
View More author details
Toc

The Device Motion plugin


The Device plugin provides access to information about the device's accelerometer data. The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current device orientation, in three dimensions along the x, y, and z axes.

Device Motion plugin is capturing accelerometer data at a specific snapshot in time. Values for the x, y, and z axes are expressed in m/s^2 and include the effect of gravity (9.81 m/s^2). For example, when the device is lying on top of the table and facing up, the x and y values are 0 and the z value is returning 9.81.

To install the plugin you need to run the following command:

phonegap plugin add cordova-plugin-device-motion

The Device Motion plugin has a few methods that return accelerometer data based on a real-time data representation of the sensor when we call these methods. The plugin provides access to methods through a global navigator.accelerometer object that is available after the deviceready event...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image