11-27-2019, 08:52 PM
(11-27-2019, 08:41 PM)efrain.c Wrote: In my testing I found that get URL does not work on Android. I tested using 9.0.5, 9.5.0, and 9.6.0; however, I''m not sure if this is an issue with the libraries or an issue on Livecode's side because you were able to use the libraries before on the same version. We will need to look into this more and file a bug report with Livecode if necessary.Hi Efrain, it works fine for me (see screenshoot attached), using LC 9.5.1 (rc 1) and installed on a Motorola with Android 6.0.
If possible, can you try something for me on your end? Can you build an Android app with the following lines in a button:
on mouseUp
get url "https://www.google.com"
answer it
end mouseUp
On desktop, it work as expected, but "it" is empty on Android.
BTW you never told me if you were able to reproduce the problem as originally described. Were you?
Best!
To ";" or not to ";" that is the question