MarkM-dev / Previews-client

Previews (For TTV) - Live previews when hovering over streams on twitch | A bunch of quality of life improvement features to twitch.
Other
100 stars 11 forks source link

Seeking through streams with arrow keys doesn't work when there are twitch extensions that the streamer adds #92

Closed blackpoolfc04 closed 2 years ago

blackpoolfc04 commented 2 years ago

image I have to disable all extensions, such as the "Prime Subscription and Loot Reminders" in order for the seek stream feature to work correctly.

If I leave these twitch extensions on then pressing the arrow keys does nothing.

MarkM-dev commented 2 years ago

either use the hide feature: image

or click somewhere else on the page (not a text input) and then seek. the extensions are inside nested iframes. these iframes don't bubble up events, therefor we cannot capture the keyboard keys event clicks.