ioshtmlviewer

I have an IOSHTMLViewer on a view that plays videos but when I leave the view via the Back button I can hear the video still playing.
What is the best way to stop this?

Is self.RemoveControl(HTMLViewer1) in the Close event of the view the best approach?

I guess that is the best approach without using Javascript to pause/stop the video from playing.