ionic-team / capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
https://capacitorjs.com
MIT License
12.26k stars 1.01k forks source link

[Feature]: Add a plugin to pass phone calls #7755

Open JulienLecoq opened 1 week ago

JulienLecoq commented 1 week ago

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