Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Firefox 34 is not recognized #79

Open
NyanKiyoshi opened this issue Oct 28, 2014 · 6 comments
Open

Firefox 34 is not recognized #79

NyanKiyoshi opened this issue Oct 28, 2014 · 6 comments

Comments

@NyanKiyoshi
Copy link

Firefox 34 is not recognized by Meatspaces as valid browser.
Screenshot

@imakewebthings
Copy link
Member

@NyanKiyoshi Which OS is this? Can you open the console, copy this in...

document.createElement('video').canPlayType('video/webm; codecs="vp8, vorbis"')

...and paste the results here?

@NyanKiyoshi
Copy link
Author

@imakewebthings I'm on ArchLinux I see... I don't allow videos, this is why the script generated this error because of blocked webm. "media.webm.enabled = false".
I apologize about it. Maybe just give more information about the error(s)/ trouble(s) to the users?

@junosuarez
Copy link

Gotta love DOM apis :)

> document.createElement('video').canPlayType('video/webm; codecs="vp8, vorbis"')
< "probably"

@meandavejustice
Copy link

They mine as well just return ¯_(ツ)_/¯

@kid-icarus
Copy link
Contributor

Waiting on #84, then we can either put more descriptive text in the modal, or allow for a lurk mode.

Btw @jden I thought you were joking about the "probably" return value, heh.

@robcee
Copy link

robcee commented Dec 5, 2014

ditto for Firefox 34 on OS X.

document.createElement('video').canPlayType('video/webm; codecs="vp8, vorbis"')
"probably"

Also, if I delete the sad browser overlay, the underlying page displays just fine. I think it's fine.

edit: Read Issue #84, more descriptive text may be the way to go.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants