1.0.1 • Published 3 years ago
@uni/keyboard v1.0.1
keyboard
Route navigation capability implementation.
Support
Install
$ npm install @uni/keyboard --saveUsage
import keyboard from '@uni/keyboard';
// How to use it in quickapp
// import chooseImage from '@uni/keyboard/lib/quickapp;
keyboard.hide();Methods
hide(options)
Arguments
| Property | Type | Description | required | Default |
|---|---|---|---|---|
| options | object | Hide function arguments | false | - |
| options.success | Function | The callback function for a successful API call | false | - |
| options.fail | Function | The callback function for a failed API call | false | - |
| options.complete | Function | The callback function used when the API call completed (always executed whether the call succeeds or fails) | 否 | - |
1.0.1
3 years ago