Auto Fullscreen Video When Tapped?

One way to do this is:

  1. Add a Video Media Asset to the scene and size it to be FULL screen.
  2. Set the Visible property to hidden.
  3. Create a trigger with the following actions on the asset that is used to select the video and play it:
    a. Change the video on the Video asset to the desired video clip.
    b. Make the Video asset visible.
    c. Play the Video in the video asset.

You might also want to consider creating an ‘EXIT’ button that will display on top of the video and allow the user to exit the video at anytime.

I created an example experience for you here that demonstrates this approach.
https://my.intuiface.com/share/e40c7dd2-002b-445f-b1cd-ba6c903585fe

Good luck!

3 Likes