Problem Description
As of today, IOS 10 should support the TTS API used by C2 ( http://caniuse.com/#search=tts ) , I get positive feedback when checking for TTS but not for user media and speech doesn't trigger, maybe for a related reason to the return value of the "is usermedia supported (see below)".
Attach a Capx
https://drive.google.com/drive/folders/0B6wF_vS_KZJ8amZremNncDVUQ3c?usp=sharing
I also have a version hosted here for testing directly :http://usermedia.surge.sh
Description of Capx
The capx starts two requests, one to see if the user media is supported, changing then the text on the left. The other requests checks to see if the speech synth is supported and changes the text on the right. On start of layout a sentence is triggered form TTS, as well as when you tap the screen (touch plugin). If the TTS works, you should hear a sentence. I made this to test TTS in many browsers.
Steps to Reproduce Bug
- download capx OR Use link above
- export project so you can play it online on ipad OR play over local network in preview mode OR use link above
- open safari or chrome on IOS and point to the URL ( local network or host URL)
- tap the screen to start the sentence
- See if user media and speech synthesis are supported
Observed Result
on IOS (tested on safari, chrome , via hosted site and local wifi network, the usermedia says that it is not supported, but the speech synth is. However no speech comes out . Both are supported on windows and OSX and the text works. As of today, speech synth should be supported on IOS 10 but doesn't seem to work really?
Expected Result
If the request to see that the speech synth give a true, I am expecting it to work, why can there be a configuration where the user media is not supported if the speech synth is in the first place?
here is a snapshot of what you should see if that works:
http://imgur.com/a/HLW3o
Affected Browsers
- Chrome IOS: (YES)
- Safari IOS: (YES)
- Chrome (mac/PC): (NO)
- Safari (PC): (NO)
- FireFox(PC): (NO)
Operating System and Service Pack
____ Windows 10 pro ____
Construct 2 Version ID
____r242 ____