@totoni wrote:
Hi, I'm trying to make a call with ng-href="tel: {{55512345}}" and also mailto: receipt@mail.com
It works fine on iPhone but not Android.
What could be the issue?Code:
HTML:
div class="list">
a class="item item-icon-left" ng-href="tel: {{55512345}}">
i class="icon ion-ios-telephone">
555-12345
/a>
a class="item item-icon-left" ng-href="mailto: receipt@mail.com">
i class="icon ion-android-mail">
sendmail
/a>Config.xml:
access origin="*"/>
access origin="tel:*" launch-external="yes" />
access origin="mailto:*" launch-external="yes" />
allow-intent href="mailto:*" />
allow-intent href="tel:*" />
plugin name="cordova-plugin-whitelist" spec="^1.0.0"/>
Posts: 1
Participants: 1