nativescript-phone
nativescript-phone copied to clipboard
Phone dial() doesn't work on iOS with the version 8.9.1
Hi!
I am using Nativescript 8.9.1 and the native script-phone library 3.0.3.
I am trying to call the method dial() but it doesn't do anything on iOS
This check always returns false
if (UIApplication.sharedApplication.canOpenURL(url))
Could someone please help me to solve this issue? Thank you