Accessing Web Content

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
genie
Posts: 108
Joined: Thu Dec 01, 2011 7:19 am

Accessing Web Content

Post by genie » Mon Apr 14, 2014 11:36 am

Hello!

I am try to get an content of a URL by...

Code: Select all

   put URL *some url* into tPrefData
   put the result into tResult
Thing is, on iOS, tResult is empty as it should, but on Android, it gives me unexpected string.
I do not understand why I am getting different results on iOS and Android. Hoping that maybe somebody experienced this too?

See what tPrefData contains...

iOS simulator:
Image

Nexus 7:
Image


Thank you!

Post Reply