a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a
a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a
And tell us how to reproduce the problem...
I'm going to need to buy you a beer for all this help sometime, Max.
Email sent to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a for login info
Fixed the issue. I had to enable CORS for Wordpress in the PHP Script header using this code:
require('../wp-blog-header.php');
header("HTTP/1.1 200 OK");
header("Access-Control-Allow-Origin: *");
....before, I did not have this line:
header("Access-Control-Allow-Origin: *");
Now it works in the binary AND in the test app. Thanks for your help.
Hi, glad it's working now! Thank you for update!
That's interesting.. when you run a hybrid app, CORS doesn't play a role. It only matters when running as mobile web.