Allow opening tel: link from client info

This commit is contained in:
Skylar Ittner 2020-09-03 20:23:28 -06:00
parent 9e620e4627
commit 84f2aa3186

View File

@ -16,6 +16,9 @@
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<access launch-external="yes" origin="tel:*" />
<access launch-external="yes" origin="sms:*" />
<access launch-external="yes" origin="mailto:*" />
<access launch-external="yes" origin="geo:*" />
<platform name="android">
<allow-intent href="market:*" />