-
Notifications
You must be signed in to change notification settings - Fork 189
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
Feature request: tap_action #251
Comments
Yes please, this is something I'm missing since it disables basic HassIO ui functionality. |
I see it on this version, it is not integrated here? two versions in parallel? THANKS |
I'd love to have tap and hold actions supported, if not for the card itself, perhaps for the shortcuts. As of now, I have a volume shortcut that brings up an iframe pointing to the webui using the browser_mod.pop service, but browser_mod service calls open the popup on every registered browser. If I had the ability to use actions for the shortcut, I'd be able to use the fire-dom-event option, which only opens the popup in the current browser. |
+1 Use case is showing multiple cameras on screen and wanting a single click to maximize the the feed to fullscreen. Using the built in fullscreen icon has two issues:
Ideally, I would have multiple low res rtsp cards on screen that when tapped would create a fullscreen single stream of the full resolution RTSP stream (which has a different url). |
Check this card. It has a lot of functionality |
Wow - that card is incredible and has a lot of functionality. It does seem overkill for what I want, but perhaps that is the only option until this feature request gets prioritized... Either way, thanks for the fast reply! |
That's actually a very good card, but unfortunately it uses javascript to go to full screen, which is not supported on iOS. The full screen button in the WebRTC implementation does work, but cannot be triggered in the frigate card. |
+1 |
The only way to use Therefore please implement the |
Is there any movement on this please? Would love to use browser_mod to popup a high res full-screen stream when I click the card |
Looks like no one wants to implement this. |
If anyone can point me in the right direction I would be happy to give it a go? |
I've implemented |
I wanted this feature just to show a larger video by clicking the whole card, like it works on a picture entity card of Home Assistant. Something similar could be done by playing with the UI controls and some custom styling: type: custom:webrtc-camera
url: oprit
poster: camera.oprit
ui: true
muted: true
style: |
.mode { display: none; }
.screenshot { display: none; }
.space { display: none; }
.pictureinpicture { display: none; }
.controls { top: 0; left: 0; right: 0; bottom: 0; opacity: 0; }
.fullscreen { width: 100%; }
ha-card { border: none !important; border-radius: 0px !important; } It configures the UI to be visible but then hides most of the controls except for the fullscreen one. This will be full with and transparent, so you don't see the icon. The ha-card line is a fix for the white border that is visible in fullscreen mode. I got it from #596 (comment) |
+1 for this request please. My use case would be to open the camera native app (Unifi Protect). |
Hi.
Thank you first of all for this quick camera connection.
For the integration in Lovelace I have the following request: Is it possible to provide the item "tap_action" - as with "picture-entity" - so that one can then navigate or save the current picture? E.G.:
Greetings,
Eckart
The text was updated successfully, but these errors were encountered: