-
Notifications
You must be signed in to change notification settings - Fork 58
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
Player not working on Safari #89
Comments
Thank you for reporting this. Can you confirm that you use what currently is in the 2.x branch? |
Yes, I'm using the 2.x version, imported with Bower: I tried to use the newest version but if I've understood, NPM import seems to not working well. A solution is to build package with Polymer but I'm not using this framework. I'm on "raw" HTML & JS project. |
Correct, with the npm version, you need to have a build step that replaces npm style imports with ones understood by browsers. Ideally, you want to bundle modules for production too. Anyway... I tested the code from the 2.x branch in Safari 12.0.1, it works for me. Although, it is a different version, I don't expect large differences between them, because 12.0.2 was a security update - https://support.apple.com/en-us/HT209344. What do you mean by "raw"? For Safari (and soon for Chrome) you need to include the required polyfills. Did you include them? |
Hello !
I'm trying to use this component on Safari, version 12.0.2 on MacOS 10.14.2.
The
<google-youtube>
is present into HTML DOM but nothing is displayed on the webapp. I have not any error into the JavaScript console.On Google Chrome, it's working fine.
The full html:
CSS:
There is specs to apply to be able to work on Safari brower ?
The text was updated successfully, but these errors were encountered: