aleguerra05 / metro_trans

Transacction viewer for Transfermovil cuban app
10 stars 0 forks source link

About ussd auto dialing #1

Open elieserdiaz opened 3 years ago

elieserdiaz commented 3 years ago

I am developing a simple html and JavaScript module which I expect to add to any html hybrid application or web site to manage transactions between owners and clients. But I am stuck with the possibility of making a direct call (the user has no need to see or press call button from the dial pad) I would like the simplest possible javascript code to do that with out Cordova, Capacitor or any other intermediary software. ¿Could you help me? This is my email simbiosis@nauta.cu. Thanks a lot for your help and concern. Elieser Díaz

aleguerra05 commented 3 years ago

In Flutter I use package:call_number/call_number.dart Long time ago

elieserdiaz commented 3 years ago

Thank you very much for your help. Could you please send me the archive (or a link for the download of it) so I can try to translate it into javascript?

On January 3, 2021 2:59:51 PM aleguerra notifications@github.com wrote:

In Flutter I use package:call_number/call_number.dart Long time ago— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Sent with Aqua Mail for Android https://www.mobisystems.com/aqua-mail

aleguerra05 commented 3 years ago

Call_number.dart is a Flutter plugin that is very probably use a channel for Android implementation (using Android calling service) I sugest you to look this insted:

https://github.com/Rohfosho/CordovaCallNumberPlugin

elieserdiaz commented 3 years ago

I have seen this plugin before but I do not want to use Cordova or any other intermadiate code as I have planned to implement this not just on hybrid apps but on web sites too. I need a pure javascript snippet of code which allows me to direct call with no "choose app" menu and no dial pad. It's to implement ussd calls.

On January 3, 2021 6:37:01 PM aleguerra notifications@github.com wrote:

Call_number.dart is a Flutter plugin that is very probably use a channel for Android implementation (using Android calling service) I sugest you to look this insted:https://github.com/Rohfosho/CordovaCallNumberPlugin — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Sent with Aqua Mail for Android https://www.mobisystems.com/aqua-mail