VideoPlayer touch event javascript

I have a VideoPlayer that plays in fullscreen. I’d like to dismiss it if a users taps it but instead, on touch, it displays the video player controls. I added custom event listeners but those are being ignored. Is there a way to add custom handlers to the VideoPlayer while in fullscreen?