Recognizing the end of a video in vimeo embed player in iOS

I am using vimeo to embed iframe code to play videos in my ipad application.

<iframe src='http://player.vimeo.com/video/ 27127177?title=1&byline=0&portrait=1&loop=1' width='600' height='600' frameborder='10' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>> 

After the video is completed, vimeo shows a list of videos related to this user or related to this video, and if the user clicks on them, the control changes to the Vimeo website, is there a way to detect the end of the video from the web view so that I can stop downloading video list.

+4
source share

Source: https://habr.com/ru/post/1500696/


All Articles