docs: optimize docs for SEO

This commit is contained in:
Daniel Sogl
2026-03-21 17:08:43 -07:00
parent d892dda497
commit 1a351b50f4
263 changed files with 4918 additions and 2564 deletions

View File

@@ -1,16 +1,25 @@
---
description: >-
NativeView — Awesome Cordova Plugins wrapper for Ionic and Cordova apps.
---
# NativeView
```
$ ionic cordova plugin add cordova-plugin-nativeview
$ npm install @awesome-cordova-plugins/native-view
## Installation
```bash
ionic cordova plugin add cordova-plugin-nativeview
npm install @awesome-cordova-plugins/native-view
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/native-view/)
**Plugin Repo:** [https://github.com/mfdeveloper/cordova-plugin-nativeview](https://github.com/mfdeveloper/cordova-plugin-nativeview)
Plugin Repo: [https://github.com/mfdeveloper/cordova-plugin-nativeview](https://github.com/mfdeveloper/cordova-plugin-nativeview)
## Supported platforms
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)