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

Chrome Showing Native Controls in Windows 8.1 #1559

Closed
darkfrog26 opened this issue Oct 3, 2014 · 6 comments
Closed

Chrome Showing Native Controls in Windows 8.1 #1559

darkfrog26 opened this issue Oct 3, 2014 · 6 comments

Comments

@darkfrog26
Copy link

Using Windows 8.1 with Chrome "Version 37.0.2062.124 m" I'm seeing the native browser controls instead of the VideoJS controls (on videojs.com). In Firefox it appears fine and even on Chrome on Ubuntu it appears fine (Version 37.0.2062.120 (64-bit)).

If you'd like any additional information please let me know, but given the fact that I'm seeing it on your web site means it's not a configuration issue on my part. ;)

@tjenkinson
Copy link
Contributor

I am also seeing the same issue on one of our PCs running chrome. I have restarted the browser and also opened it in incognito and it still does it. The videojs loading spinner still appears though.

On 3 Oct 2014, at 02:21, Matt Hicks [email protected] wrote:

Using Windows 8.1 with Chrome "Version 37.0.2062.124 m" I'm seeing the native browser controls instead of the VideoJS controls (on videojs.com). In Firefox it appears fine and even on Chrome on Ubuntu it appears fine (Version 37.0.2062.120 (64-bit)).

If you'd like any additional information please let me know, but given the fact that I'm seeing it on your web site means it's not a configuration issue on my part. ;)


Reply to this email directly or view it on GitHub.

@JoRedwood
Copy link

Video.js reverts to native controls when it detects that the device has a touch screen.

@tjenkinson
Copy link
Contributor

Ok. It's doing it on a pc for us that doesn't have a touch screen. Where is the code that determines this?

Cheers.

On 3 Oct 2014, at 10:44, jonathanredwood [email protected] wrote:

Video.js reverts to native controls when it detects that the device has a touch screen.


Reply to this email directly or view it on GitHub.

@mmcc
Copy link
Member

mmcc commented Oct 3, 2014

You can set the option nativeControlsForTouch to false. Here's the check for touch: vjs.TOUCH_ENABLED

@darkfrog26
Copy link
Author

I'll believe this is resolved when I can go to videojs.com in Chrome and it shows the custom controls. ;)

@mmcc
Copy link
Member

mmcc commented Oct 3, 2014

This is a dupe of #1091, so feel free to add to the conversation there.

@mmcc mmcc closed this as completed Oct 3, 2014
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants