This plugin provides the ability to query display metadata.
Alpha quality on Android and iOS.
chrome.system.display.getInfo
is the only method to be implemented for now.
Please be aware that mirroringSourceId
, isInternal
and isEnabled
cannot
be retrieved.
chrome.system.display.getInfo
is the only method currently implemented:
- The properties
dpiX
anddpiY
are approximations - The properties
mirroringSourceId
,isInternal
andisEnabled
are not implemented.
The API reference is here.
- Renamed plugin to pubilsh to NPM
- Added support for iOS
- Initial release