vue-fullscreen
vue-fullscreen copied to clipboard
window.onscroll does not work in fullscreen mode
Hello,
when i use window.onscroll
in Fullscreen mode it doesn't work
example:
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.