<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi James,</div><div class="gmail_quote"><br></div><div class="gmail_quote">Yes, I know it's a browser feature, I'm following the official doc to create </div><div class="gmail_quote">web activities[1] but neither the browser activity neither the activity that I'm</div><div class="gmail_quote">developing have that feature :(</div><div class="gmail_quote"><br></div><div class="gmail_quote">I did "window.navigator" in my activity console and this is what I got:</div><div class="gmail_quote">appCodeName: "Mozilla"</div><div class="gmail_quote">appName: "Netscape"</div><div class="gmail_quote">appVersion: "5.0 (Macintosh, Intel Mac OS X ) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1"<br></div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">I need synthesize spanish text in the current browser engine that sugar uses to run web activities.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Regards.  </div><div class="gmail_quote"><br></div><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It is a feature of the browser.  What browser are you using?<br>
<br>
In what way does it not work?<br>
<br>
Does the feature detection test pass?<br>
<br>
if ('speechSynthesis' in window) {<br>
 // Synthesis support. Make your web apps talk!<br>
}<br>
<br>
If you use the browser to visit <a href="http://html5test.com" rel="noreferrer" target="_blank">html5test.com</a> does the "Speech<br>
Synthesis" item have a "Yes ✓"?<br></blockquote><div><br></div><div>[1] <a href="https://developer.sugarlabs.org/activity.md.html">https://developer.sugarlabs.org/activity.md.html</a></div></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div>Yader.</div><div><a href="http://yaderv.wordpress.com/" target="_blank">http://yaderv.wordpress.com</a></div><div><div><br></div></div></div>
</div></div>