-
Notifications
You must be signed in to change notification settings - Fork 154
Is it possible to populate the phone number but not dial? #79
Comments
I am still running into this issue if someone could help out. |
i think it is trouble . |
Now you can use : ) |
Thank you! Would you kindly provide a simple example of how I would use this plugin and only populate the number and not dial? |
if bypassAppChooser is true, go to dial now it's easy |
I tried it with |
@darkoandreev I actually worked around this by using public openPhone(phoneNumber: string): void {
location.href = `tel:${phoneNumber}`;
} That will populate the phone number but not dial it :) |
It works on both operating systems (Android and iOS). It's more like a workaround, but it's working. Thank you! |
Based on the documentation, it seems like when the Call Number service is called, it immediately dials the phone number using the native phone app.
Is it possible to only populate the phone number in the native phone app, and allow the user to manually press the call button?
The text was updated successfully, but these errors were encountered: