add logging to connect reporting
This commit is contained in:
@@ -618,6 +618,7 @@
|
||||
|
||||
device.on("disconnect", function () {
|
||||
device.off("ready");
|
||||
device.off("disconnect");
|
||||
});
|
||||
|
||||
console.log('Calling device.connect');
|
||||
|
||||
@@ -488,11 +488,6 @@
|
||||
|
||||
isSupported: function () {
|
||||
|
||||
// Crashing. Don't want to fight it right now
|
||||
if (AppInfo.isNativeApp && $.browser.safari) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return window.SpeechRecognition || window.webkitSpeechRecognition;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user