Skip to content

application: fix 'tel:' URL handling with escaped symbols

Andrey Skvortsov requested to merge skv/calls:fix-tel-urls into master

It's common to have spaces or other separator characters in telephone numbers. If tel: link (example: tel:+1 855-698-1150) is clicked in browser all unsupported characters are escaped (example: tel:+1%20(855)%20698-11-50).

Merge request reports