Skip to main content

HTMLMWebviewElement

BFChainWebComponentHTMLMWebviewElementLess than 1 minute

A WebComponent for the multi-webview plugin;
Inherits from HTMLElementopen in new window;

<dweb-mwebview></dweb-mwebview> 

Properties

Methods

Events

  • No predefined events

Example

<body>
  <dweb-mwebview></dweb-mwebview>

  <script type="text/javascript">
    const dwebMWebview = document.querySelector("dweb-mwebview");
    dwebMWebview.open(`http://xxxx`) 
  </script>
</body>

Cross-Platform Compatibility

Properties/Methods/EventsAndroidiOSDesktop-DevDesktop
pluginX
openX
closeX
activateX
closeAppX

Plaoc WebComponent

MWebviewPlugin

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