Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VG-Controls not responding on Angular 5 #902

Open
Haugf opened this issue Jun 5, 2020 · 0 comments
Open

VG-Controls not responding on Angular 5 #902

Haugf opened this issue Jun 5, 2020 · 0 comments

Comments

@Haugf
Copy link

Haugf commented Jun 5, 2020

Description

Hello Everyone, I have a single page video player application. The application loads the videos but when I press any of the buttons, other than the full screen button, nothing happens.

Expected Behavior

The control html tags should respond. When I created the application with iframe the videos were playing.

Actual Behavior

The controls do nothing when clicked.

Steps to Reproduce

I have added the vg-player and nested vg-controls and vg-play-pause as well as the full screen tag.
I added a video tag that looks like this
<video [vgMedia]="media" [src]="currentItem.url" type="video/mp4" id="singleVideo"> </video>
after the vg-control

Attachments

Try to include screenshots for bugs or design assets for enhancements

Image One

Screen Shot 2020-06-04 at 8 37 39 PM

| The top of my app.component.html file |
Image Two

Screen Shot 2020-06-04 at 8 39 18 PM

| My app.component.ts file |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant