VirtualKeyboardPlugin.getOverlay()
PluginVirtualKeyboardPlugingetOverlayLess than 1 minute
Query whether the content of the App will be covered after the virtual keyboard is expanded;;
VirtualKeyboardPlugin.getOverlay()
parameters
- none
return value
Return a Promise object, resolve fulfills boolean;
If the cashed value is true, it means that the content of this app will be displayed after the virtual keyboard is expanded;
If the cashed value is false, it means that the content of this app will not be displayed after the virtual keyboard is expanded;
Example
import { virtualKeyboardPlugin } from "@plaoc/plugins";
const value = virtualKeyboardPlugin.getOverlay()
Platform Compatibility
Property/Method/Event | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
getOverlay | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7