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,20 +1,29 @@
|
||||
---
|
||||
description: >-
|
||||
Ionic Webview plugin for Cordova and Ionic. Access Web View utilities. Requires the Cordova plugin: `cordova-plugin-ionic-webview` > 2.0. For more info,…
|
||||
---
|
||||
|
||||
# Ionic Webview
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-ionic-webview
|
||||
$ npm install @awesome-cordova-plugins/ionic-webview
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/ionic-webview/)
|
||||
|
||||
Plugin Repo: [https://github.com/ionic-team/cordova-plugin-ionic-webview](https://github.com/ionic-team/cordova-plugin-ionic-webview)
|
||||
|
||||
Access Web View utilities.
|
||||
|
||||
Requires the Cordova plugin: `cordova-plugin-ionic-webview` > 2.0. For more info, please see the [Ionic Web View](https://github.com/ionic-team/cordova-plugin-ionic-webview) repository.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-ionic-webview
|
||||
npm install @awesome-cordova-plugins/ionic-webview
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/ionic-team/cordova-plugin-ionic-webview](https://github.com/ionic-team/cordova-plugin-ionic-webview)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user