#QueriesSchemes: https
If Main.App.CanOpenURL("https://www.example.com") Then ' The result is TRUE
Main.App.OpenURL("https://www.example.com") ' This line is executed but nothing happened
End If
Well it's a big project with a few libs, maybe something interfere with something, but I'm sure it was OK on v17.x.
I will investigate. Thank you for response.
Was it fixed? I could not reproduce this error before or after updating to B4i v8.80 and my app was rejected before updating to b4i 8.80. I will try compiling with the new version.
By reading the compiled source code, it seems Main.App.OpenURL is using the deprecated API, or is it just a wrapper that actually uses the updated API underneath?
Hi after the iPhone s.o. update my app stop to working all the App.OpenUrl function. I use this funcion to call number "App.OpenUrl("telprompt:" & Telephone.text)" Navigate "App.OpenURL("https://www.google.com/maps/place/" & GOLAT & "," & GOLON) Open web site...