-
Notifications
You must be signed in to change notification settings - Fork 56
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
event methods suddenly stopped working #62
Comments
@thebilljustin but I've found a easy fix for that. Here is my working Component <youtube :video-id="id" :player-vars="options" :nocookie="true"
style="height: 100%; width: 100%; "
ref="youtube"
@error="error"
@playing="playing"
@ended="ended"
/> |
yes it seems the issue came from google itself. their documentation
released a late warning. everything is working fine now. thank you for the
response
…On Thu, Sep 17, 2020 at 2:02 AM Gkiokan Sali ***@***.***> wrote:
@thebilljustin <https://github.com/thebilljustin> but I've found a easy
fix for that.
Just use the nocookie parameter true and you are good.
Here is my working Component
<youtube :video-id="id" :player-vars="options" :nocookie="true"
style="height: 100%; width: 100%; "
ref="youtube"
@error="error"
@playing="playing"
@ended="ended"
/>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM5PEH5FAOT2W3JFLBB4QATSGEDUBANCNFSM4ROMWBGQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, i am developing an app using this package. i tested it yesterday and everything was working fine. when i worked on the app again, the player event method suddenly stopped working. other user defined methods is still working properly but the video defined methods just stopped working
The text was updated successfully, but these errors were encountered: