I'm a junior developer in Ionic platform, now I have a problem to send and receive USSD codes with that .... please help me is you know about that.
相关问题
- Plugin with id 'com.google.gms.google-services
- How to pass form data from Ionic 3 to PHP file?
- apk big size with ionic 4 build
- Advice for supporting both Mac and Windows Desktop
- Ionic Spinner not showing up
相关文章
- How do you make an installer for your python progr
- Libgdx - Check if a key is being held down?
- Is there a non-java, cross platform way to launch
- How to get a settings storage path in a cross-plat
- Ionic 4: Hardware Back Button Reloading Applicatio
- Is there a standard way to get the user config dir
- ionic - Copy/paste in input field in iOS 10 not wo
- net::ERR_CONNECTION_REFUSED ionic
From what I have found on internet and tested, you can send USSD codes
and to make it functional you need to provide access in CONFIG.XML, simple add
only disadvantage is: it will not directly dial your number rather open it in default Dailer of device.
Note: I'm newbie here on Stack so don't know formal ways of answering. have fun coding!
I would suggest using Call Number native plugin. It allows you to make phone calls and send USSD codes. On Android, it sends the USSD codes directly, without launching a phone app.
Example: