can I make choosing a file count as a user gesture? (stackoverflow.com)stack
18 points by Geoff Nunes in stackoverflow.com · 18h ago · stack
I am making a very simple video player. I want the video to display in full screen mode. I give the user two ways to choose a file to play. One works and one does not. The way that works listens to a div for a 'drop' event. The even triggers a routine that enters full screen and…