-
Notifications
You must be signed in to change notification settings - Fork 195
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
window.videoControls.classList is undefined in Cordova #35
Comments
As i am using Cordova i need to put I am also getting a lot of warnings like: |
I'm not really familiar with Cordova at all, so I'm not sure how to help. The texture issue sometimes has to do with the size of your video, but it can show up for other reasons too. |
As far as i know there isn't any difference between standard browser and WebView with Crosswalk. The only thing they are mentioning is that they are following standard WebGL blacklist. But if it works in Chrome browser on Android it should work on Crosswalk inside Cordova. |
Load the player to an online server... Build your cordova app using an iFrame, just reference the source of the player in your iFrame. |
I am trying to use this inside Cordova with Ionic but i am getting error window.videoControls.classList doesn't exist.
The text was updated successfully, but these errors were encountered: