Software Archive
Read-only legacy content
17061 Discussions

How to hide ios video player ui?

Konstantin_R_
New Contributor I
363 Views

Hi all,

I have intro video in my game, and it show with player controls on ios. Is there a way to hide or remove or made transparant it?

Thank you.

0 Kudos
3 Replies
Dale_S_Intel
Employee
363 Views

What are you using to show the video?  HTML5 Video tag?  Or Cordova plugin?

Dale

0 Kudos
Konstantin_R_
New Contributor I
363 Views

Dale

I export game in XDK from Construct 2, and not install cordova plugin for video.

0 Kudos
Anusha_M_Intel1
Employee
363 Views

I think if you exported from construct 2 and didn't add the video plugin, it might be HTML5. But its just an assumption. Will have to see your code. Can you identify the video code snippet and paste it in your response?

If its HTML5, you can make the controls go away by removing the 'controls' attribute in the video tag.

0 Kudos
Reply