mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,19 +1,28 @@
|
||||
---
|
||||
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
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-android-notch
|
||||
$ npm install @awesome-cordova-plugins/android-notch
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-notch/)
|
||||
|
||||
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
|
||||
## 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)
|
||||
|
||||
Reference in New Issue
Block a user