Skip to content
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

Linking: tel URL scheme open with a new tab #2124

Closed
youngvform opened this issue Sep 11, 2021 · 0 comments
Closed

Linking: tel URL scheme open with a new tab #2124

youngvform opened this issue Sep 11, 2021 · 0 comments
Milestone

Comments

@youngvform
Copy link
Contributor

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:

  1. navigate to this example
  2. click a Linking button.
  3. it open a new tab then can call.

Expected behavior
Tel links should be able to call the phone number in current tab.

Environment (include versions). Did this work in previous versions?

  • React Native for Web (version): 0.17.0
  • React (version): 17.0
  • Browser: IOS safari, chrome
@necolas necolas added this to the 0.17.x milestone Feb 7, 2022
rnike pushed a commit to VeryBuy/react-native-web that referenced this issue Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants