iOS HTML Viewer surfing

I’m trying to make a simple app with a html viewer that loads the page of my web site.
I’m testing with xojo test device but not surf on internet.
If I use the browser with xojo test device I can surf on internet.

Ciao Gabriele,
probably the test device is an iOS8 one and you surf to http sites

for iOS9 there is an Apple restriction to https sites only if you don’t declare otherwise (for all sites or for single sites) with a plist

If you search in this forum there is some examples

search for NSAppTransportSecurity

See blog post App Transport Security for iOS.