I am trying to play videos on an ionic 3 / Angular app. I need to put an overlay on the video so they can not click on the video to redirect them to the videos webpage. But now I have a problem with starting and stopping the video. I have created buttons that will do this but do not know how to get those buttons to actually start and stop the video.
Asked
Active
Viewed 778 times
0
-
Where is the video being streamed from? – user3483203 Dec 11 '17 at 21:46
-
I am streaming the video through Youtube. – Duncan C. Henke Dec 12 '17 at 20:30
-
Great, then [this](https://stackoverflow.com/a/15165166/3483203) answer should help you. – user3483203 Dec 12 '17 at 20:31
-
I am using Angular not Angularjs – Duncan C. Henke Dec 12 '17 at 20:42
-
That answer is not Angularjs specific – user3483203 Dec 12 '17 at 20:48
-
That did not seem to help. I was not able to get jquery to run on angular 2 – Duncan C. Henke Dec 12 '17 at 21:12
-
Thank you for this. This did help. – Duncan C. Henke Dec 13 '17 at 15:45