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: 7215
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: answer url does not work in Android liveCode

Post by jacque » Fri Mar 18, 2022 8:29 pm

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: 119
Joined: Sun Oct 17, 2021 5:53 pm

Re: answer url does not work in Android liveCode

Post by liveCode » Sun Mar 20, 2022 7:42 pm

problem solved
Thanks

Klaus
Posts: 13806
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: answer url does not work in Android liveCode

Post by Klaus » Sun Mar 20, 2022 7:47 pm

Could you please tell us what you did or what the problem was? 8)

liveCode
Posts: 119
Joined: Sun Oct 17, 2021 5:53 pm

Re: answer url does not work in Android liveCode

Post by liveCode » Mon Mar 21, 2022 6:07 pm

The problem was I had to add SSL
And the last time I added it was not saved well

Klaus
Posts: 13806
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: answer url does not work in Android liveCode

Post by Klaus » Mon Mar 21, 2022 6:52 pm

AHA! :)
Thank you!

Post Reply

Return to “Getting Started with LiveCode - Experienced Developers”