-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: 1.0.0-rc5 break tel: link #3647
Comments
I saw it too. |
Incase it's helpful for anyone, in an Ionic project with RC5 that I'm currently working on I use a function to call the tel link and that still works. document.location.href = 'tel:' + phone; |
It would be great to add "geo:" links and all supported links with the new "cordova-plugin-whitelist" |
Thanks for this fix. But do you really need to also add "tel:" to imgSrcSanitizationWhitelist? "Tel:" is only used on links, not images. :) |
Angular make images linkable too. It can be uses on images Em qua, 13 de mai de 2015 05:42, Ola Christensson [email protected]
|
Type: bug
Platform: android 4.4 webview
When I update ionic to RC5 my
tel:
simply stop to work on mobile (tested on Android).I checked my config.xml, its ok. roollbak the ionic to RC4 and it back to work. Updated again to RC5 and it stop to work again. For some reason this update just broke the
tel:
links.My code is this
I'm using it for about four months without any problem. The problem came just when I updated the lib
The text was updated successfully, but these errors were encountered: