iOS Question Webview not loading webpage

sergiones

Member
Licensed User
Longtime User
Hi,

After updating B4i to 4.40 version the Webview is not working anymore. This exactly same code was compiled 1 year ago with the older xcode version and worked perfect. Now I'm trying to use this code but webview always return success = false on Mywebview_PageFinished.

At first I thought a problem with ipv6 but ipv4 doesn't work as well. The libraries I'm using:

iCore (Version: 4.40)
iFirebaseAnalytics (Version: 1.00)
iFirebaseNotifications (Version: 1.00)
iHUD (Version: 1.00)
iPhone (Version: 2.00)

The method I'm using is Mywebview.loadurl([URLHere])

I'm sure [URLHere] is a valid URL.

Can you please help me?

Thank you
 
Top