I am trying to make an ons-button using ng-click to dial a number when it is clicked, in both iOS & Android. I use Cordova framework.
I have used the followings but with no success:
<ons-button ng-click="window.open('tel: {{69000000}}', '_system')">Call</ons-button>
<ons-button ng-click="window.location.href('tel: {{69000000}}', '_system')">Call 2</ons-button>
In config.xml I have enabled
<access origin="tel:*" launch-external="yes" />