Skip to main content

HTMLDwebSplashScreenElement

BFChainWebComponentHTMLDwebSplashScreenElementLess than 1 minute

A WebComponent for accessing splash screen settings;
Inherits from HTMLElementopen in new window;

<dweb-splash-screen></dweb-splash-screen>

Properties

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/EventsAndroidiOSDesktop-DevDesktop
pluginX
showX
hideX

WebComponent

SplashScreenPlugin

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