k2xl
k2xl
did you end up solving this ? i'm having same issue of getting proxy to resolve...
@murilob1337 can you share code you got to work? I am deciding whether to throw out this path and just do a nginx frontend ... complicates development environment but pulling...
Having the same issue - did you figure it out? When zooming in and tapping I need to get the x/y position of the tap but the coordinates are off...
I'm the author of #119 and I guess export may be the reason it is not ignored. We are using nextjs so components have to be default exported to be...
@patdemko I'm doing a similar setup with my fire tablet + fully kiosk + node red listening to mqtt events. Question - what URL are you have it load? I'm...
So i just got the frigate lovelace card working with birdseye. Did you know you can configure it to do that? combine that with the fullscreen integrations or just use...
I wonder if this could be solved with simply changing `const isPanningAction = touches.length === 1;` to `const isPanningAction = touches.length >= 1;`
Also suggest sorting by file size
Okay so I encountered this issue again 1 year later and actually just figured out a workaround that seems to work for _some_ files but not others Instead of ```...
Looks good to me, and fixes some bugs. Any reason this is still held up?