# hideKeyboard

A simple command to hide the keyboard.

*Note for iOS:* This method will mimic a scroll-up action above the keyboard on iOS as no "close keyboard" command explicitly exists in the iOS ecosystem. If you are experiencing trouble with this command on iOS then try writing a custom swipe command.

## Examples

```yaml
- hideKeyboard
```
