Device-specific settings and helpers.
npm install @odopod/odo-device --save
import
or require
the package, then use its properties and methods.
import OdoDevice from '@odopod/odo-device';
console.log('Has touch events:', OdoDevice.HAS_TOUCH_EVENTS);
console.log('Touch action:', OdoDevice.prefixed('touchAction', 'pan-y'));
console.log('Has local storage:', OdoDevice.HAS_LOCAL_STORAGE);
Visit the Odo component directory for demos, code examples, and documentation.