I load an HTML article into UIWebView which contain video. However, after I finish playing the video, and I replay it, that video becoming the next video (maybe it's something like playlist, I don't know). How to stop it play next video when U replay that video? I just wanna play one video, do not next video.
I use default player iOS
I use this in webview (from API) :
<iframe src=\"https://www.youtube.com/embed/sample\" width=\"100%\" height=\"auto\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>