VirtualKeyboardPlugin.getOverlay()

BFChainAugust 11, 2023
  • Plugin
  • VirtualKeyboardPlugin
  • getOverlay
Less 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/EventAndroidIOSDesktop-DevDesktop
getOverlayX

VirtualKeyboardPlugin

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