update profile

This commit is contained in:
Luke Pulverenti 2015-12-21 00:07:55 -05:00
parent d07936210e
commit ee3c620d89
7 changed files with 15 additions and 24 deletions

View file

@ -368,10 +368,8 @@
isSupported: function () {
if (AppInfo.isNativeApp) {
// Crashes on some amazon devices
if (window.device && (device.platform || '').toLowerCase().indexOf('amazon') != -1) {
return false;
}
// TODO: Only return false for crosswalk
return false;
}
return window.SpeechRecognition || window.webkitSpeechRecognition;