跳至主要內容

HTMLDwebHapticsElement

BFChainWebComponentHTMLDwebHapticsElement小于 1 分钟

震动的物理反馈 HTMLElement
继承与 HTMLElementopen in new window;

<dweb-haptics></dweb-haptics>

属性

方法

事件

  • 无预定是事件

示例

<body>
  <dweb-haptics></dweb-haptics>
  <script type="text/javascript">
    const dwebHaptics = document.querySelector("dweb-haptics");
    dwebHaptics.vibrateDisabled()
  </script>
</body>

平台兼容性

属性/方法/事件AndroidIOSDesktop-DevDesktop
pluginX
vibrateX
impactLightX
notificationX
vibrateClickX
vibrateDisabledX
vibrateDoubleClickX
vibrateHeavyClickX
vibrateTickX

相关链接

Plaoc WebComponent

HapticsPlugin

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.7