I’m currently using a fullscreen video file as a pre-loader for my website.
(the video pre-loader essentially acts like a see-through object so that the buttons underneath can still be clicked on)
I’ve managed to achieve this result on web by inputting a tiny bit of code below for ‘Pointer-events’:
Thanks for your response @neueMeta - I tried inputting that and unfortunately it still doesn’t work.
Interestingly though it does stop the ability to scroll on a touch device, which means it is kind of working because it’s not allowing anything to happen when the object/video is pressed on.
It just seems that it misses the additional step of pressing the button underneath it?