android - Whatsapp link not working for ios -


in mobile web, there's link lets share page through whatsapp. basically, it's anchor element whatsapp://send value in href.

it works if use android device, when click iphone (tested iphone 5s, ios 8 , safari), opens whatsapp app share text isn't copied in text field.
code:

<a class="whatsapp" href="whatsapp://send?text=this text wanna share." data-action="share/whatsapp/share">share whatsapp!</a>

what's matter it?
thanks!

be sure escape following symbols inside value text: !*'();:@&=+$,/?%#[] issue had when trying share url.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -