everyone, I want to show video players select view when clicking on a link from iPhone Safari browser. It should show video players list that are installed in iPhone for user to select his favorite player to play the video file.
I know how to implement this functionality in android.
intent://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4#Intent;action=android.intent.action.VIEW;scheme=http;type=video/mp4;end
We can do this in android using intent. Then, How to do this in iOS?