REST services in Android native
Thank you! We'll take a look and update.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Thank you! We'll take a look and update.
What are the steps to reproduce?
Turn off echo on the apiSites service.
Go into the appery.io tester app on android.
run Illuminate Mobile.
Tap Next button.. nothing happens.
When echo is enabled, tapping the Next button will populate the dropdown allowing you to log in to the next screen.
Hello! Sorry for delay, we're working on it.
I was working on this project pretty intensely for 24 hours, now the event is over so I wont need to be working on it again immediately. I would like to finish it up over the holidays though. My colleagues are pretty excited about it. Please let me know what I'm doing wrong here, maybe it is something with the oauth library I'm using. But that code sure makes it easy to do oauth so it would be a boon for lots of people I think if it will work.
Hi,
Please check if there are any errors in console. You seem to send incorrect parameters to your site. Please make sure you send correct data.
Hi,
On Android device request is sent and we get error 406:
http://www.checkupdown.com/status/E40...
http://www.w3.org/Protocols/rfc2616/r...
Please check why this error happens.
I have not figured out why this is happening. I am not sure how you debugged this, but I managed to use the Chrome remote debugging for WebViews by exporting to an android project and inserting the code, and running it on my Android KitKat phone. It would be great if you included this functionality by default in your android builds: https://github.com/jrstarke/webview-d...
Hi Aric,
This specific plug-in is not used by everyone, so it's not added as default. This can be added manually. Thank you for this reference, this will be useful for a lot of customers!
Is there any way to add this code inside of the appery system? I had to export an android project and load it with the android studio and then add the code. But this would be cumbersome to redo everytime I made a change in appery...