VinylFox / Ext.ux.touch.AccelerometerTabs

A plugin for Sencha Touch that lets the user shake the device back and forth to move through tabs. Only devices that have a gyroscope and the 'devicemotion' event will work.

Home Page:http://www.vinylfox.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ext.ux.touch.AccelerometerTabs

A plugin that lets the user shake between tabs in a TabPanel. No configuration is needed.

Sample Usage

{
  xtype: 'tabpanel',
  ...,
  plugins: [new Ext.ux.touch.AccelerometerTabs()],
  ...
}

About

A plugin for Sencha Touch that lets the user shake the device back and forth to move through tabs. Only devices that have a gyroscope and the 'devicemotion' event will work.

http://www.vinylfox.com


Languages

Language:JavaScript 100.0%