11-27-2019, 08:41 PM
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.
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.
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.