cordova-plugin-chrome-apps-system-display
v1.1.1
Published
This plugin provides the ability to query display metadata.
Downloads
6
Readme
chrome.system.display Plugin
This plugin provides the ability to query display metadata.
Status
Alpha quality on Android and iOS.
Caveats
Android
chrome.system.display.getInfo
is the only method to be implemented for now.
Please be aware that mirroringSourceId
, isInternal
and isEnabled
cannot
be retrieved.
iOS
chrome.system.display.getInfo
is the only method currently implemented:
- The properties
dpiX
anddpiY
are approximations - The properties
mirroringSourceId
,isInternal
andisEnabled
are not implemented.
Reference
The API reference is here.
Release Notes
1.1.1 (April 30, 2015)
- Renamed plugin to pubilsh to NPM
1.1.0 (October 21, 2014)
- Added support for iOS
1.0.0
- Initial release