I am building the Flowplayer video player through Javascript dynamically, and on all browsers currently I am getting the expected result, except for Opera Mobile. I am using the flowplayer.conf.native_fullscreen
configuration setting to disable the fullscreen when necessary. I have tested this by setting it globally to be false, and on Chrome for Android, and Firefox for Android, this disables the native fullscreen, but for Opera mobile it still continues to force fullscreen.
My question is if anyone knows whether this is an Opera issue, or a Flowplayer issue. I can post an excerpt from my code if it seems like it might be implementation on my end, but my assumption so far has been that there might be some quirk with Opera Mobile that I am unaware of.