Is your feature request related to a problem? Please describe.
Suppose an alert contains a contact field without a telephone number. The user can tap the button, and the phone app will open with the number 4682 543. The number is just a random product and should not be callable.
Describe the solution you'd like
We should display an alert dialog and ask the user if the detected telephone number is correct and wait for a confirmation from the user. If the field contains no telephone number, we should display a small info message to the user.
Is your feature request related to a problem? Please describe. Suppose an alert contains a contact field without a telephone number. The user can tap the button, and the phone app will open with the number
4682 543
. The number is just a random product and should not be callable.Describe the solution you'd like We should display an alert dialog and ask the user if the detected telephone number is correct and wait for a confirmation from the user. If the field contains no telephone number, we should display a small info message to the user.