Hi there!
I want to design a page that includes Youtube Player widgets that are 'unclickable'. I mean, when the user tries to click them, they are sent to another page. I have tried stacking the Youtube Player behind other containers, but the player remains always clickable. I know that in Flutter the IgnorePointer exists, but we can't use it in Flutterflow... And I wouldn't like to simply put static images of the video, because I have many of them and I would like to spare some egress charges in the future... Any ideas on how to do that?
Thanks so much!
Marc