uk.co.workingedge.phonegap.plugin.istablet
Version:
Cordova/Phonegap plugin to determine if current device is a tablet.
13 lines (11 loc) • 458 B
TypeScript
// Type definitions for uk.co.workingedge.phonegap.plugin.istablet@1.1.0
// Project: https://github.com/dpa99c/phonegap-istablet
// Definitions by: Dave Alden <https://github.com/dpa99c/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
interface Window {
/**
* Indicates whether the current device is a tablet or a phone.
* True if the device is a tablet; false if the device is a phone.
*/
isTablet: boolean;
}