We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The problem If open a tel URL scheme by Linking.openURL('tel:1-408-555-5555'), it opens with a new tab and can call a phone.
How to reproduce Simplified test case: https://codesandbox.io/s/jolly-mirzakhani-5jou9?file=/src/App.js
Steps to reproduce:
Expected behavior Tel links should be able to call the phone number in current tab.
Environment (include versions). Did this work in previous versions?
The text was updated successfully, but these errors were encountered:
438b7b7
[fix] Linking.openURL opens 'tel' links in current tab.
f38c1ae
Close necolas#2125 Fix necolas#2124
Successfully merging a pull request may close this issue.
The problem
If open a tel URL scheme by Linking.openURL('tel:1-408-555-5555'), it opens with a new tab and can call a phone.
How to reproduce
Simplified test case: https://codesandbox.io/s/jolly-mirzakhani-5jou9?file=/src/App.js
Steps to reproduce:
Expected behavior
Tel links should be able to call the phone number in current tab.
Environment (include versions). Did this work in previous versions?
The text was updated successfully, but these errors were encountered: