vue-fullscreen icon indicating copy to clipboard operation
vue-fullscreen copied to clipboard

window.onscroll does not work in fullscreen mode

Open raphaelschnick opened this issue 3 years ago • 1 comments

Hello,

when i use window.onscroll in Fullscreen mode it doesn't work

example: image

raphaelschnick avatar Jul 01 '21 14:07 raphaelschnick

It looks like this is caused by the fullscreen api, maybe you need to instead make an internal element scroll and then listen to its scroll event.

mirari avatar Jul 05 '21 08:07 mirari