Search found 85 matches

Go to advanced search

by Frank7390035
Thu Jul 30, 2015 11:07 am
Forum: Issues
Topic: Adding speech recognition plugin to list of preloaded plugins
Replies: 4
Views: 919
 
Jump to post

Adding speech recognition plugin to list of preloaded plugins

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...
by Frank7390035
Wed Jul 29, 2015 2:39 am
Forum: Issues
Topic: Adding speech recognition plugin to list of preloaded plugins
Replies: 4
Views: 919
 
Jump to post

Adding speech recognition plugin to list of preloaded plugins

Would it be possible to add this speech recognition plugin to the directory of public plugins available in Appery?

https://github.com/macdonst/SpeechRec...

Thank you!!

by Frank7390035
Tue Mar 10, 2015 1:12 am
Forum: Issues
Topic: Spinner disappears after service "completes", before pages is populated
Replies: 0
Views: 423
 
Jump to post

Spinner disappears after service "completes", before pages is populated

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...
by Frank7390035
Thu Feb 19, 2015 1:37 am
Forum: Issues
Topic: Google analytic plugin not found
Replies: 10
Views: 3131
 
Jump to post

Google analytic plugin not found

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...

Go to advanced search