At least on iOS v18.1 code below do nothing.
Tested on real device and simulator.
Any ideas?
B4X:
#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
Tested on real device and simulator.
Any ideas?