answer url does not work in Android liveCode

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7423
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: answer url does not work in Android liveCode

Post 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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
liveCode
Posts: 124
Joined: Sun Oct 17, 2021 5:53 pm

Re: answer url does not work in Android liveCode

Post by liveCode »

problem solved
Thanks
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: answer url does not work in Android liveCode

Post by Klaus »

Could you please tell us what you did or what the problem was? 8)
liveCode
Posts: 124
Joined: Sun Oct 17, 2021 5:53 pm

Re: answer url does not work in Android liveCode

Post by liveCode »

The problem was I had to add SSL
And the last time I added it was not saved well
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: answer url does not work in Android liveCode

Post by Klaus »

AHA! :)
Thank you!
Post Reply