Is there a work-around for Android Gingerbread, to detect when a user has exited the viewing of an HTML5 video in-browser? Basically Android phones launch HTML5 video into fullscreen (same as iPhone) webkitendfullscreen
or webkitfullscreenchange
doesn't fire on Android. So unable to detect exit of fullscreen before video playback ends.
One of the comments of this post says it's not supported in Android 2.3: How can I catch event ExitFullScreen of a video?
Anyone find a solve or work-around to this?