2
I’m trying to call a number USSD of my application IONIC, follows the code I’m using:
<ion-item nav-clear menu-close href="tel:*000#">IOD</ion-item>
However it appears on the cell phone dialer only the number *000
ignoring the #
, someone has been through this and knows how to solve?
The question is good, but it would be a violent security breach if USSD were allowed on this type of link. Probably only able to do it using some native function, and still may need OS permission. By USSD a malicious link could enable and disable services, redirect calls, intercept user calls, among several other undesirable things.
– Bacco
Wow, but would only with native app have how to do this?
– Geeh Soares