While testing my app in the appery.io platform using the appery.io proxy, my username/password login app is working just fine. It fails when it's supposed to an then succeeds when it's supposed to. Upon receiving a 'success' from clicking a button and sending the username/password to a remote PHP script on a mySQL data / Wordpress server, the application is then supposed to navigate to a new screen.
This works fine in the editor; however, when I build to binary and remove the appery.io proxy, the "Login" button that sends username/password to the PHP script always navigates to the new page. So I believe it is always thinking there is a 'success' response from the server.
The only thing I can think of is that the app thinks I already have an established connection to the server. Any thoughts?