NavigationBarPlugin.setOverlay()
PluginNavigationBarPluginsetOverlayLess than 1 minute
Set whether the system navigation bar overlays the app content
NavigationBarPlugin.setOverlay(b)
Parameters
b
Accepts a boolean
Return
- A Promise object that resolves to null
Example
import { NavigationBarPlugin } from "@plaoc/plugins";
const value = NavigationBarPlugin.setOverlay(true)
Platform Support
Property/Method/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
setOverlay | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7