Liking cljdoc? Tell your friends :D

web.mobile.core

web.mobile interfaces.

web.mobile interfaces.
raw docstring

No vars found in this namespace.

web.mobile.DeviceMotionEvent

The DeviceMotionEvent provides web developers with information the speed of changes for the device's position and orientation.

The DeviceMotionEvent provides web developers with information
the speed of changes for the device's position and orientation.
raw docstring

web.mobile.DocumentTouch

The DocumentTouch interface used to provide convenience methods creating web.other.Touch and web.mobile.TouchList objects, DocumentTouch been removed from the standards. These two methods live on the web.Document interface.

The DocumentTouch interface used to provide convenience methods
creating `web.other.Touch` and `web.mobile.TouchList` objects,
DocumentTouch been removed from the standards. These two methods
live on the `web.Document` interface.
raw docstring

web.mobile.TouchList

The TouchList interface represents a list of contact points on touch surface. For example, if the user has three fingers on touch surface (such as a screen or trackpad), the corresponding object would have one web.other.Touch object for each finger, a total of three entries.

The TouchList interface represents a list of contact points on
touch surface. For example, if the user has three fingers on
touch surface (such as a screen or trackpad), the corresponding
object would have one `web.other.Touch` object for each finger,
a total of three entries.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close