Search found 19 matches

Go to advanced search

by Rodrigo Dias
Thu Oct 19, 2017 2:55 am
Forum: Issues
Topic: Facebook login in Android
Replies: 4
Views: 1193
 
Jump to post

Facebook login in Android

It seens that the addEventListener isn't working when running the apk instaled on the phone.

by Rodrigo Dias
Thu Oct 19, 2017 2:53 am
Forum: Issues
Topic: Facebook login in Android
Replies: 4
Views: 1193
 
Jump to post

Facebook login in Android

I refereed to the updated tutorial. Followed it step by step. When running on appery.io tester everything works. But when running the apk instaled on the phone the Facebook login page is opened in the Chrome Browser and then all the navigation is done in the browser screen meanwhile the app stays fr...
by Rodrigo Dias
Tue Oct 17, 2017 8:52 pm
Forum: Issues
Topic: Facebook login in Android
Replies: 4
Views: 1193
 
Jump to post

Facebook login in Android

Does someone had success implementing this tutorial? https://devcenter2.appery.io/tutorial... I've followed it exactly but it only work when testing in the web browser tester or Appery.io Tester. When running on a Android device the Facebook login is opened in the web browser wich it doesn't close a...
by Rodrigo Dias
Fri Jun 17, 2016 9:04 pm
Forum: Issues
Topic: Camera service not working on Android devices
Replies: 1
Views: 366
 
Jump to post

Camera service not working on Android devices

I added the service to the camera screen and it is being launched through a click on the UI. Everything works fine , but after the picture is taken and the confirm button is clicked to use the picture taken the Appery.io Tester got broken and the app is reinitialized . It happens only on Android dev...
by Rodrigo Dias
Fri Jun 17, 2016 3:15 pm
Forum: Issues
Topic: 429 - Too Many Requests
Replies: 5
Views: 503
 
Jump to post

429 - Too Many Requests

Thanks Sergiy!

I've got a grandfathered Standard plan.
Could you please confirm the settings for database calls limit in my plan?

Thanks in advance

by Rodrigo Dias
Fri Jun 17, 2016 2:47 am
Forum: Issues
Topic: 429 - Too Many Requests
Replies: 5
Views: 503
 
Jump to post

429 - Too Many Requests

Hi Illya, My plan is supposed to support only 3 database requests per second. If I understood rigth, it means that if I have 4 users running the app concurrently and all of them execute at the same time a function that requires a query in database one of the will receive an error. Am I right???
by Rodrigo Dias
Wed Jun 15, 2016 9:52 pm
Forum: Issues
Topic: 429 - Too Many Requests
Replies: 5
Views: 503
 
Jump to post

429 - Too Many Requests

I'm receiving a "Too many requests" erros message every time I execute the code below //function to be executed after the wait time function update(id){ update_pergunta.execute({parameters: {"_id": id}, body: {"opcaoEscolhida" : 'ok'} }); } for(var i=0; i<data.length; i...
by Rodrigo Dias
Fri Apr 01, 2016 8:51 pm
Forum: Issues
Topic: Error using navigator.device.capture
Replies: 7
Views: 764
 
Jump to post

Error using navigator.device.capture

Yes, it is.

by Rodrigo Dias
Fri Apr 01, 2016 5:27 pm
Forum: Issues
Topic: Error using navigator.device.capture
Replies: 7
Views: 764
 
Jump to post

Error using navigator.device.capture

Hi Illya,

This is an instance of "Cordova Media Capture Plugin" included in the Appery Platform.

by Rodrigo Dias
Fri Apr 01, 2016 12:01 pm
Forum: Issues
Topic: Error using navigator.device.capture
Replies: 7
Views: 764
 
Jump to post

Error using navigator.device.capture

Hi Kulibaba Thanks for your reply. Could you please help me just to get the object navigator.device initialized avoiding the following error message being shown in the debugger? "Uncaught TypeError: Cannot read property 'capture' of undefined" It occurs when I try to access the function &q...

Go to advanced search