I find that player controls disappear when the media has stopped playing leaving a black rectangle. Clicking on the black rectangle brings them back (with video, the video remains visible but the controls still disappear)
Is this well known & is there an elegant solution that may be more obvious to a user?
The best I have up to now is a button to the right of the player which when clicked does a
Code: Select all
mobileControlSet <playerID>, "showController", true
I’ve tried handling the the playerFinished message on its card script with the above command but the message doesn’t seem to fire. (aside: the dictionary says playerFinished is for ios & android whereas playerStopped is only for ios)
Thanks for any replies.