Page 1 of 1

Accessing Web Content

Posted: Mon Apr 14, 2014 11:36 am
by genie
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!