VirtualKeyboardPlugin.setOverlay()
PluginVirtualKeyboardPluginsetOverlayLess than 1 minute
Set the cover state;
 if set to true;
 Indicates that when the virtual keyboard is expanded, it will cover part of the content of the App;
VirtualKeyboardPlugin.setOverlay(b)
parameters
- b - The parameter accepts a boolean; 
return value
Return a Promise object that resolves to null;
Example
import { virtualKeyboardPlugin } from "@plaoc/plugins";
const value = virtualKeyboardPlugin.setOverlay(true)
Platform Compatibility
| Property/Method/Event | Android | IOS | Desktop-Dev | Desktop | 
|---|---|---|---|---|
| setOverlay | ✅ | ✅ | ✅ | X | 
Related Links
 Powered by  Waline  v2.15.7