Clooos/Bubble-Card

[iOS] Bubble Card Button scrolling text becomes larger on click

Opened this issue · 1 comments

Describe the bug
I have a bubble card button that sometimes have a long text so I have to enable the option scrolling text to it. Whenever I click on it, the scrolling text becomes big. This only happens on iOS regardless of via App/Browser.

To Reproduce

  1. Create a card with a very long state text and then make it scrolling.
  2. Click on it.
  3. You'll see that the scrolling text becomes larger

Expected behavior
It should not cause any font changes.

Screenshots

ScreenRecording_11-09-2024.03-25-17_1.mp4

YAML

type: custom:bubble-card
card_type: button
button_type: state
name: Upcoming TV Show
icon: mdi:youtube-tv
card_layout: normal
show_attribute: false
show_last_changed: false
show_name: true
tap_action:
  action: navigate
  navigation_path: "#upcoming-tv"
button_action:
  tap_action:
    action: navigate
    navigation_path: "#upcoming-tv"
sub_button: []
scrolling_effect: true

Informations:

  • OS: iOS 18.1
  • Browser: Arc/Chromium
  • Bubble Card version: 2.3.0-beta5
  • Home Assistant version: 2024.11.0

Thank you for the feedback, I will check that 👌