In Worklight 6.0, I can easily make phone call using: window.location="tel:12345679";
But in Worklight 6.2, this doesn't work. in Android it will throw an error:
Error: The protocal isn't supported.
I've tried adding the CALL_PHONE permission and add the below line to config.xml, but no luck:
<access origin="tel:*" launch-external="yes">
Anybody know how?