Tooltips displaying on touch screens
bug
**Checklist**
- [X] I updated the card to the latest version available
- [X] I cleared the cache of my browser
**Describe the bug**
As the release notes indicate, tooltips should not appear on touch screen devices. For some reason, however, they are being displayed here on iPhone/iPad?
**Version of the card**
Version: v7.0.1
**To Reproduce**
This is the configuration I used:
```
type: "custom:button-card"
template: "icon_custom_header"
icon: "mdi:dots-vertical"
tap_action:
haptic: "success"
action: fire-dom-event
browser_mod:
service: browser_mod.more_info
data:
entity: "[[[ return entity.entity_id ]]]"
view: related
tooltip:
content: Menu
placement: bottom
delay: 0.1s
pointer-events: none
skidding: 20
distance: 0
arrow: false
styles:
tooltip:
- --ha-tooltip-font-size: 12px
- --primary-text-color: var(--tooltip-text-color)
- --secondary-background-color: "#2B2A33"
- --wa-tooltip-border-width: 1px
- --wa-tooltip-border-style: solid
- --wa-tooltip-border-color: rgba(var(--color-theme),1)
- pointer-events: none
```
**Screenshots**


**Expected behavior**
Tooltip not visible on touch screen devices
**Desktop (please complete the following information):**
iOS companion app
**Smartphone (please complete the following information):**
- Device: iPhone 15
- OS: 26.3
**Additional context**
I'm using this YAML inside browser_mod popups that open nested within each other (popup within a popup). Could this nesting behavior be causing the nextSibling errors?
1 条评论