@apowo/cordova-plugin-dispaly-cutoutdeprecated

Support display cutouts for Cordova ===================================

Usage no npm install needed!

<script type="module">
  import apowoCordovaPluginDispalyCutout from 'https://cdn.skypack.dev/@apowo/cordova-plugin-dispaly-cutout';
</script>

README

Support display cutouts for Cordova

Plugin for Cordova to perform Android display cutouts.

Released under MIT license.

Installation

Cordova

cordova plugin add cordova-plugin-display-cutout

Code example

Here are some examples on how you can use this plugin

DisplayCutout.setDisplayCutout(displayCutoutMode,successFunction, errorFunction);

DisplayCutout.getDisplayCutout(successFunction, errorFunction);