1.2.4 • Published 5 years ago

cordova-plugin-notch-fix v1.2.4

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

#cordova-plugin-cutout

Detect if the device screen has cutout or notch

Installation

cordova plugin add cordova-plugin-cutout

Methods

has()

/** 
* @name has
* @returns Promise<boolean>
*/
cutout.has();

Support

Android

Currently devices with Android P or newer are supported. For non supported devices, return value will be false even if the screen may have cutout.

iOS

Devices with iOS 11 or higher are supported. Calling this on older devices will just return false as no older iPhones have cutout.