Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rairulyle opened this issue Nov 8, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@rairulyle
Copy link

rairulyle commented Nov 8, 2024

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
@rairulyle rairulyle added the bug Something isn't working label Nov 8, 2024
@Clooos
Copy link
Owner

Clooos commented Nov 11, 2024

Thank you for the feedback, I will check that 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants