To dial the phone for instance, you can use the UrlLauncher. launch API with the tel scheme to dial the phone . Something like UrlLauncher. launch(“tel://<phone_number>”); should work fine on all platforms.
To dial the phone for instance, you can use the UrlLauncher. launch API with the tel scheme to dial the phone . Something like UrlLauncher. launch(“tel://<phone_number>”); should work fine on all platforms.