Hi All,
within my B4i App I'm using this code to open a WhatsApp chat...
When I test it, WhatsApp is open and running but I got an error: "Safari cannot open the page because the address is invalid" but the w.a. url seem tp be correct : https://wa.me/<phone_number>.
within my B4i App I'm using this code to open a WhatsApp chat...
B4X:
'WA_URI is like this: "https://wa.me/393123456789"
If Main.App.CanOpenURL (WA_URI) Then
Main.App.OpenURL(WA_URI)
End If
When I test it, WhatsApp is open and running but I got an error: "Safari cannot open the page because the address is invalid" but the w.a. url seem tp be correct : https://wa.me/<phone_number>.