https://github.com/cellular/capacitor-plugin-native-toolbox
https://github.com/cellular/capacitor-plugin-native-toolbox
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cellular/capacitor-plugin-native-toolbox
- Owner: cellular
- Created: 2020-03-24T16:10:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T13:03:25.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T11:19:46.920Z (over 1 year ago)
- Language: Swift
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# capacitor-plugin-native-toolbox
A random set of native functions for iOS and Android.
## Install
```
npm install capacitor-plugin-native-toolbox
npx cap sync
```
## Usage
```
import { openNativeAppSettings } from "capacitor-plugin-native-toolbox";
openNativeAppSettings();
```
## Methods
### openNativeAppSettings()
Opens the apps native settings.