Skip to main content

VirtualKeyboardPlugin.setOverlay()

BFChainPluginVirtualKeyboardPluginsetOverlayLess 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/EventAndroidIOSDesktop-DevDesktop
setOverlayX

VirtualKeyboardPlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.7