Cannot get POST to work (Android)

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ctflatt
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 243
Joined: Sun Dec 06, 2009 12:24 am
Contact:

Cannot get POST to work (Android)

Post by ctflatt »

Good morning!

I am trying to post simple data to a web server from a LC stack, sample attached.

This works in iOS simulator AND on devices, but not in Android emulator OR devices.

Can anyone see anything obvious?

I am at a loss... perhaps I've been staring at it too long.

The sample stack is very simple.

Enter your email address, press the button. The app should answer after post with a custom dialog and an email from the server.

If you have any insights, please let me know.

A test on a device would be greatly appreciated... the server is set up to respond if the data is passed.

Many thanks!

Todd
Attachments
post-test.zip
Single card, 1 card script, 1 button script
(1.7 KiB) Downloaded 401 times
Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Cannot get POST to work (Android)

Post by Mark »

Hi Todd,

POST doesn't work in LiveCode apps for Android. Please, report the bug to RunRev.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
ctflatt
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 243
Joined: Sun Dec 06, 2009 12:24 am
Contact:

Re: Cannot get POST to work (Android)

Post by ctflatt »

Mark:

Many thanks.

I will be logging the issue shortly.

:Todd
Post Reply