Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

MobileChromeApps/cordova-plugin-chrome-apps-system-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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