Update: if you need to embed speech recognition in appery just use this javascript, without the need to install anything extra: // capture callback var captureSuccess = function(mediaFiles) { var i, path, len; for (i = 0, len = mediaFiles.length; i < len; i += 1) { path = mediaFiles .fullPath; alert...
I have created a custom REST service and, when the service is invoked, results are mapped to a listview. Because the number of results to show is large, the results take a few seconds to show, so I need a spinner to work properly. Currently the spinner only works until the service "completes&qu...
Hello, I have the same problem, but was not able to resolve it by updating the external resources. Tracking works on Android, but not on IOS. On IOS the app fails here and returns plugin not found. var getGAPlugin = function() { if (window.plugins) { return window.plugins.gaPlugin; } else { alert('G...