--- description: >- Android Notch plugin for Cordova and Ionic. This plugin enables developers to get the cutout and android devices inset sizes It is based on the cordova plugin… --- # Android Notch This plugin enables developers to get the cutout and android devices inset sizes It is based on the cordova plugin developed by @tobspr: https://github.com/tobspr/cordova-plugin-android-notch This plugin works on all android versions, but we can only detect notches starting from Android 9. ## Installation ```bash ionic cordova plugin add cordova-plugin-android-notch npm install @awesome-cordova-plugins/android-notch ``` **Plugin Repo:** [https://github.com/tobspr/cordova-plugin-android-notch.git](https://github.com/tobspr/cordova-plugin-android-notch.git) ## Supported Platforms - Android ## Further Information - [Installation Guide](../../installation.md) - [FAQ](../../faq.md)