LibUrl still not available in LC 5.5 for Android.
Posted: Mon Mar 26, 2012 12:20 am
This line exits when executed on LiveCode 5.5 for Android.
put LibUrlFormData("action", "GPSLog", "username", username, "lat", Latitude, "lng", Longitude, "speed", speed) into tDataToBePosted
But works on Win32
put LibUrlFormData("action", "GPSLog", "username", username, "lat", Latitude, "lng", Longitude, "speed", speed) into tDataToBePosted
But works on Win32