-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USSD Dial #10
Comments
not sure? U may need to escape special characters, basically we are passing the tel number as a URL to safari which kicks back to the dialer, so the characters need to be valid in the url. Try encodeURIComponent() around your # before passing to the plugin. |
hi. just replace the |
Hi guys, I forked this repo and added some features : https://github.com/gaetansenn/PhoneGap-ios-PhoneDialer compatible with Cordova Plugin installer |
@gaetansenn hello there, can I know the different between yours and this one? I can't find it in the read me either. Can you add it? for "sms:" protocol, can you give some tips? thanks |
Hie Thomas, nice to have you here. your solution works for android and IOS. I need a solution for Windows phone app! |
This isnt working for ios 7.1.2 |
@okobsamoht trick did work for me, Just change '#' with '%23' |
The dialer is failing to dial USSD calls like *125# . How can i go around this?
The text was updated successfully, but these errors were encountered: