VirtualKeyboardPlugin.setState()
August 11, 2023
- Plugin
Set the state of the virtual keyboard
VirtualKeyboardPlugin.setState(state)
parameters
state
Objects that implement part of the State interface; The list of valid attributes includes:
[overlay]
return value
Return a Promise object that resolves to null
Example
import { virtualKeyboardPlugin } from "@plaoc/plugins";
const value = virtualKeyboardPlugin.setState({overlay: true})
Platform Compatibility
Property/Method/Event | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
setState | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.13.0