HTMLDwebSplashScreenElement
WebComponentHTMLDwebSplashScreenElementLess than 1 minute
A WebComponent for accessing splash screen settings;
Inherits from HTMLElement;
<dweb-splash-screen></dweb-splash-screen>
Properties
plugin
A SplashScreenPlugin object;
show
The SplashScreenPlugin.show() method
hide
The SplashScreenPlugin.hide() method
Methods
- None
Events
No predefined events
Example
<body>
<dweb-splash-screen></dweb-splash-screen>
<script type="text/javascript">
const dwebSplashScreen = document.querySelector("dweb-splash-screen");
dwebSplashScreen.show();
</script>
</body>
Cross-Platform Compatibility
Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
plugin | ✅ | ✅ | ✅ | X |
show | ✅ | ✅ | ✅ | X |
hide | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7