Start WhatsApp from URL HREF with custom text/content

前端 未结 7 1798
醉酒成梦
醉酒成梦 2020-12-24 13:47

As you know using the whatsapp url scheme on iphone i can create the following link:

href=\"whatsapp://send?text=blahblah\"

this is possibl

7条回答
  •  温柔的废话
    2020-12-24 14:18

    I used this href="intent://send/4912345678#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end

    but in this code cant include the text

提交回复
热议问题