Listviewer item click can call a video

Sem título
when clicking on an item in the list you should call airtable in the column “exercises” corresponding to the line clicked (therefore the variable ‘exercise’ is the index). In this column there is a link with the hosted video (use cloudinary), but when it clicks it doesn’t work, nothing just happens.

WHERE IS MY ERROR?

Hey @thabattapereira

If you just output the returned value to a label, are you seeing a path to a video file?

Also, I notice that you don’t have any error handling in your app - perhaps there’s an error when trying to get the cell?

2 Likes

I changed the size of the listviewer and the video and so I managed to display the link called. Thanks.

1 Like