I need a deep link that will redirect to specific number on Viber. I have for now this, but it's working as it should on computer, not phones.
<a id="viber" href="viber://pa?chatURI=<+38163600583>">Viber</a>
I saw this https://developers.viber.com/docs/tools/deep-links/ and edited it as the documentation states, but it's still not working on phones. I tried without and with +
and without it (the +
in front of number) or without <>
, but still not working.
Any thoughts?