URL: https://www.enhance.computer/
Browser / Version: Firefox 63.0
Operating System: Mac OS X 10.13
Tested Another Browser: Yes
Problem type: Site is not usable
Description: Dependency on SpeechRecognition
Steps to Reproduce:
- Go to the site.
The site recommends to use Chrome.
In https://www.enhance.computer/scripts/speech.js
var SpeechRecognition = SpeechRecognition || webkitSpeechRecognition
var SpeechGrammarList = SpeechGrammarList || webkitSpeechGrammarList
though… unfortunately the detection is not based on speech recognition.
$(() => {
var isChrome = !!window.chrome && !!window.chrome.webstore
if (!isChrome) {
$('body').html(
'Sorry, your browser is not supported for <i>ENHANCE.COMPUTER</i>. Try again using desktop Chrome.'
)
window.pause()
} else {
socket.emit('new game')
reset()
}
})
Browser Configuration
- mixed active content blocked: false
- buildID: 20180821220101
- tracking content blocked: false
- gfx.webrender.blob-images: true
- gfx.webrender.all: false
- mixed passive content blocked: false
- gfx.webrender.enabled: false
- image.mem.shared: true
- channel: nightly
From webcompat.com with ❤️
URL: https://www.enhance.computer/
Browser / Version: Firefox 63.0
Operating System: Mac OS X 10.13
Tested Another Browser: Yes
Problem type: Site is not usable
Description: Dependency on SpeechRecognition
Steps to Reproduce:
The site recommends to use Chrome.
In https://www.enhance.computer/scripts/speech.js
though… unfortunately the detection is not based on speech recognition.
Browser Configuration
From webcompat.com with ❤️