I'm trying to make a WhatsApp share option (for a mobile website) available to visitors that have the app installed.
What would be the best way to verify that the visitor is able to use this feature so I can enable/disable it accordingly?
The feature would just be a link using the custom URL scheme:
<a href="whatsapp://send?text=Hello%20World!">Hello, world!</a>