trigger iphone 'Done' button on video ended

trigger iphone 'Done' button on video ended

I used JQM for a small video app development .. and I am quite happy with the result.. as user can watch it on their computer or mobile device.  I am using video.js as an HTML5 player with auto fallbacl to Flash .. and it runs ..   (  I am using a single page template )

watching my test app at 
you can see :
1 - a movie sequence in the video player ( when an ads clip ends it's removed from the playlist )
2-  upon last clip of the sequence ending , the #playlist-page is displayed 
3- when the user click on a playlist item, the single clip starts in the #player-page
4- at the end of the single clip, the #playlist-page is displayed again with $.mobile.changePage('#playlist-page');

All this works very well in browsers , including Safari w iPhone user-agent
 BUT , I have a small ( non-blocking ) issue when running on the iPhone ( or iPhone simulator )
on step 4 , after a single clip ends, then the playlist page is NOT displayed, the clip is 'paused'
 the user has to clip/tap on the iPhone "Done" button

is there anyway to trigger an event on this 'Done' button ?
thanks for your feedback