I am trying to call a USSD number from my application IONIC , here is the code I am using:
<ion-item nav-clear menu-close href="tel:*000#">IOD</ion-item>
But it appears on the cell phone dialer only the number *000
ignoring #
, has anyone had it already and knows how to solve it?