最終更新:2014-12-18 (木) 14:37:42 (3416d)  

touch.orientationAware
Top / touch.orientationAware

Specifies whether the touch device should react to display orientation changes.

https://source.android.com/devices/tech/input/touch-devices.html

  • If the value is 1, touch positions reported by the touch device are rotated whenever the display orientation changes.
  • If the value is 0, touch positions reported by the touch device are immune to display orientation changes.
  • The default value is 1 if the device is a touch screen, 0 otherwise.

関連