Capacitor currently lacks a plugin for making phone calls. Therefore, it’s not possible to initiate a phone call by long-pressing a phone number in an ion-item (an Ionic component), for example. I need this for my mobile application.
I don't know if this would be possible to implement on Web since long presses are not detected as user input, shitty web... as usual, but I assume this should be possible on iOS/Android since I don't think there is the same limitation.
Description
Add a plugin to pass phone calls
Platforms
Request or proposed solution
Capacitor currently lacks a plugin for making phone calls. Therefore, it’s not possible to initiate a phone call by long-pressing a phone number in an ion-item (an Ionic component), for example. I need this for my mobile application.
I don't know if this would be possible to implement on Web since long presses are not detected as user input, shitty web... as usual, but I assume this should be possible on iOS/Android since I don't think there is the same limitation.
Alternatives
There is this community plugin: https://github.com/mantosh59/call-number
But it does not seem to be maintained and does not seem to work.
Additional Information
No response