update profile
This commit is contained in:
parent
d07936210e
commit
ee3c620d89
7 changed files with 15 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue