Hi,
On IOS, I have a link to a telephone number on my page. When it is
clicked, I fire a "window.open" function. I am prompted by IOS with
another Call/Cancel confirmation dialog from 'undefined'. Is there a way
to skip that dialog? I tried
$scope.call = function(tel) {
window.open('tel:' + tel, '_system');
}
with no luck.
thanks,
Wade
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.