cordova-plugin-chrome-apps-system-display

1.1.1 • Public • Published

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 and dpiY are approximations
  • The properties mirroringSourceId, isInternal and isEnabled 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

Package Sidebar

Install

npm i cordova-plugin-chrome-apps-system-display

Weekly Downloads

2

Version

1.1.1

License

BSD

Last publish

Collaborators

  • agrieve
  • mmocny
  • maxw
  • clelland