question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Click on entity name doesn't trig "default" tap action

See original GitHub issue

Hi, I have this card installed for 6+ months and it used to trigger the default tap action clicking on the “name” (“Front camera” or “Mobile camera” in the example below) or on the icon on the left of the name (in my case, the picture from last captured video).

So, clicking on the name or icon used to play the last captured video, but something has recently changed and when I click on the name or the icon on the left, it doesn’t open the screen to play the last captured video.

I saw that if I show the state (remove “hide_state: true”) and click on the state (mostly “Idle” in my case), it triggers the default action, but I didn’t want to show the state.

Is it a new expected behavior? Is there an option to trigger the default tap action clicking on the entity name?

Thank you!

  - entity: camera.aarlo_front
    name: Front camera
    primary:
      entity: sensor.aarlo_captured_today_front
      name: Captured today
    type: 'custom:multiple-entity-row'
    hide_state: true
  - type: section
  - entity: camera.aarlo_mobile
    name: Mobile camera
    primary:
      entity: sensor.aarlo_captured_today_mobile
      name: Captured today
    type: 'custom:multiple-entity-row'
    hide_state: true
show_header_toggle: false
title: Arlo
type: entities```

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
benctcommented, Nov 12, 2019

Should be fixed in version 1.4.1 😃

0reactions
newlundcommented, Nov 13, 2019

Thank you! Working great! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to trigger a click on a link using jQuery - Stack Overflow
This does not work for me: if selector is "a" (HTML tag for links, just to be clear), the anonymous function gets called...
Read more >
How to bind 'touchstart' and 'click' events but not respond to both
Use of the preventDefault() or stopPropagation() method : This method prevents the event handler from responding to both touchstart and clicks ...
Read more >
GA4 Link Click Tracking: How to Set Up in 2022
Do you want to track links clicked on your site? You need Google Analytics link click tracking. This is a set up guide...
Read more >
Custom event trigger - Tag Manager Help - Google Support
To create a new custom event trigger: Click Triggers and then New. Click Trigger Configuration and choose the Custom Event trigger type. Enter...
Read more >
Track changes in Word - Microsoft Support
Right-click the status bar and select Track Changes. View tracked changes. Note: When a document is in Editing or Reviewing mode, you can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found