Allow opening tel: link from client info
This commit is contained in:
parent
9e620e4627
commit
84f2aa3186
@ -16,6 +16,9 @@
|
|||||||
<allow-intent href="sms:*" />
|
<allow-intent href="sms:*" />
|
||||||
<allow-intent href="mailto:*" />
|
<allow-intent href="mailto:*" />
|
||||||
<allow-intent href="geo:*" />
|
<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:*" />
|
<access launch-external="yes" origin="geo:*" />
|
||||||
<platform name="android">
|
<platform name="android">
|
||||||
<allow-intent href="market:*" />
|
<allow-intent href="market:*" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user