Testing works on browser, but not on the device (using weinre). When I test my app in the browser, I hit the login button and the user is logged into the backend database (which is hosted on Appery). However, when I test it on an actual iPhone, the login service doesn't appear to be successful. (When I hit the log-in button on the phone, the little processing icon spins for a few milliseconds and then nothing happens.) I've tried debugging using weinre, but I can't figure out how to step through the code that's running on the phone or how to find out if the service was successful. Any suggestions on what might be causing the code to work differently on the device, or any suggestions or how to capture relevant debugging info in weinre would be helpful.