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

Play button not clickable on samsung note 3 #1228

Closed
zang opened this issue May 21, 2014 · 8 comments
Closed

Play button not clickable on samsung note 3 #1228

zang opened this issue May 21, 2014 · 8 comments
Labels

Comments

@zang
Copy link

zang commented May 21, 2014

The big play button doesn't seem to be clickable on sumsung note 3. It works well on galaxy 3 and iPhone though.

Also, galaxy doesn't seem to recognise video end even while note does. :)

Any idea?

Thanks,
Lucy

@mmcc
Copy link
Member

mmcc commented May 22, 2014

We really need more info to look into this one. Can you put together a reduced test case similar to the JSBin I posted on the other issue? We don't have a Note on hand, but it would at least help.

@zang
Copy link
Author

zang commented May 22, 2014

Hi Matt,

Example: https://zan.gs/tests/note.php

And here are the player init settings:
{"width":"auto", "height":"auto", "customControlsOnMobile":true, "nativeControlsForTouch": false}

The big play button is not clickable on Note but works on iphone/ipad/galaxy etc.

thanks in advance,
Lucy

@mmcc
Copy link
Member

mmcc commented May 22, 2014

Doesn't seem to be working for me on an iPhone 5 either. I'm pretty sure this is an issue with your source file like the others.

I'm not sure what the Galaxy Note 3 specs are, but I know for the iPhone 5 it supports the Main profile up to level 4.1. This source file is using Main at level 5.0.

@zang
Copy link
Author

zang commented May 22, 2014

I may have chosen a bad example but:

All the videos that work on iphone etc doesnt work on note. And the play button doesnt seem to be clickable rather than loading the source. I will setup a different example later on.

Thanks for your help ;)

Lucy

@mmcc
Copy link
Member

mmcc commented May 22, 2014

Does it work on the Note 3 for the other sources without nativeControlsForTouch disabled?

@zang
Copy link
Author

zang commented May 22, 2014

Yes. It works without that.

@mmcc
Copy link
Member

mmcc commented May 27, 2014

I wish there was an emoji for the Darth Vader "nooooo", because this is unfortunately an example of why we generally suggest disabling nativeControlsForTouch. Particularly on some Android devices, custom controls can be flaky or not work altogether, and it appears the Note 3 is one of the culprits. 😦

@zang
Copy link
Author

zang commented May 27, 2014

Thanks Matt.

We have to adopt custom player as we need to use a couple of plugins.So, we will drop Note 3 support for now.

thanks
Lucy

@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.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants