Page 2 of 2

Re: answer url does not work in Android liveCode

Posted: Fri Mar 18, 2022 8:29 pm
by jacque
liveCode wrote: Thu Mar 17, 2022 9:28 pm This is the code I put:

Code: Select all

    answer url "https://tcrvo.ml/verisin.txt"
And this is the settings of Android in liveCode
And it still does not work

Note: If I run the command in liveCode it works but if I run the app and run on my phone it does not work
It works on my Android phone. You can try including the TSNet inclusion in addition to the Internet inclusion.

Or you could try this:

Code: Select all

get url "https://tcrvo.ml/verisin.txt"
answer it
I'm not sure that will work any better, but it does separate the url retrieval from the answer command.

Re: answer url does not work in Android liveCode

Posted: Sun Mar 20, 2022 7:42 pm
by liveCode
problem solved
Thanks

Re: answer url does not work in Android liveCode

Posted: Sun Mar 20, 2022 7:47 pm
by Klaus
Could you please tell us what you did or what the problem was? 8)

Re: answer url does not work in Android liveCode

Posted: Mon Mar 21, 2022 6:07 pm
by liveCode
The problem was I had to add SSL
And the last time I added it was not saved well

Re: answer url does not work in Android liveCode

Posted: Mon Mar 21, 2022 6:52 pm
by Klaus
AHA! :)
Thank you!