22 lines
705 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# Android Notch
```
$ ionic cordova plugin add cordova-plugin-android-notch
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/android-notch
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-notch/)
2021-09-29 14:09:02 +02:00
Plugin Repo: [https://github.com/tobspr/cordova-plugin-android-notch.git](https://github.com/tobspr/cordova-plugin-android-notch.git)
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.
## Supported platforms
- Android
2021-09-29 14:38:45 +02:00