mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
33 lines
674 B
Markdown
33 lines
674 B
Markdown
---
|
|
description: >-
|
|
App Preferences plugin for Cordova and Ionic. This plugin allows you to read and write app preferences
|
|
---
|
|
|
|
# App Preferences
|
|
|
|
This plugin allows you to read and write app preferences
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-app-preferences
|
|
npm install @awesome-cordova-plugins/app-preferences
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/apla/me.apla.cordova.app-preferences](https://github.com/apla/me.apla.cordova.app-preferences)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- BlackBerry 10
|
|
- Browser
|
|
- iOS
|
|
- macOS
|
|
- Windows 8
|
|
- Windows Phone
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|