Allow opening tel: link from client info

master
Skylar Ittner 4 years ago
parent 9e620e4627
commit 84f2aa3186

@ -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:*" />

Loading…
Cancel
Save