Test Web Access with iOS issue

,

I was using an old extension to check Web Connection: co.com.netConnected.aix

As I want to have my App to run on iOS, and I cannot use extension, instead of using


I decided to use Web component and try to connect to a website (e.g. Google)

This works fine with Android, and if there is no network available (plane mode) I get the screen error, but with iOS, I get NO Event, neither Web1.TimeOut nor Screen1.ErrorOccured and my App is stuck.

Here is my Test App: TestWebConnection.aia (10.9 KB)

Anything wrong in my approach? What is the right way to check internet connection with iOS?

Thanks