elan-ev / tobira

Video portal for Opencast
https://elan-ev.github.io/tobira/
Apache License 2.0
20 stars 15 forks source link

Tooltips cannot be viewed on touch-only devices #835

Open LukasKalbertodt opened 1 year ago

LukasKalbertodt commented 1 year ago

On desktop, toolstips show on hover. On mobile devices they should be shown on tap, but that's weirdly doesn't work right now.

LukasKalbertodt commented 1 year ago

Fixed for Android in #851, but iOS is still broken.

owi92 commented 2 months ago

I'm pretty sure this has to do with our floating UI implementation, but the sad thing is that I can't say what exactly is missing. Opening "stock" floating UI tooltips on iOS does work (you can test this here: https://codesandbox.io/s/cranky-river-ifx8s9?file=/src/App.tsx). I tested and tried to debug this in browserstack though, which also makes everything slower.