Good afternoon, could you help me learn how to send WhatsApp messages using an iPhone? I've tried several ways. If I open the link momentarily, I see that it works, but it says error.
VARIABLE GLOBAL
waUrl ← ""
EVENTO
Cuando Botón1.Clic:
waUrl ← "Share on WhatsApp"
+ Web1.CodificaciónUri("Hola")
VisorWeb1.IrALaUrl( waUrl )
Notificador1.MostrarAlerta( waUrl )
Web1.CodificaciónUri("Hola") convierte el texto a formato URL (espacios, acentos, etc.).
VisorWeb1.IrALaUrl(…) intenta abrir esa URL dentro del visor web embebido.
Notificador1.MostrarAlerta(…) solo muestra la URL como aviso.
Can you include a screenshot of the error message?
Sure, I'll also upload a screenshot of my block.
Everything works on Android. It pulls information from Google Sheets, helps me take attendance for my students, and WhatsApp helps me send messages to parents.
But it doesn't work on iOS.
I'm not sure that this will be possible with the WebViewer component in iOS. Instead, you my want to use the Activity Starter:
It works for me on Android, but it doesn't on Apple. I'm looking for a way to do it on iOS.
There was a bug in the activity starter that prevented it from working. I have a tentative fix on TestFlight, if you want to join the beta program to test it.
Yes, I would like to participate. Thank you.