❔ ✅ how to open tel: link on Maui?
Win32Exception: "An error occurred trying to start process 'tel:12345' with working directory 'C:\\WINDOWS\\system32'. The system cannot find the file specified."when I do same thing in wpf app it works
Win32Exception: "An error occurred trying to start process 'tel:12345' with working directory 'C:\\WINDOWS\\system32'. The system cannot find the file specified."Process.Start(new ProcessStartInfo("tel:12345"));