Skip to content
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

Open
flanagank opened this issue Feb 24, 2014 · 7 comments
Open

USSD Dial #10

flanagank opened this issue Feb 24, 2014 · 7 comments

Comments

@flanagank
Copy link

The dialer is failing to dial USSD calls like *125# . How can i go around this?

@j-mcnally
Copy link
Owner

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.

@okobsamoht
Copy link

hi. just replace the # by %23

@gaetansenn
Copy link
Contributor

Hi guys, I forked this repo and added some features : https://github.com/gaetansenn/PhoneGap-ios-PhoneDialer compatible with Cordova Plugin installer

@amirfazwan
Copy link

@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

@sidoineAdanz
Copy link

Hie Thomas, nice to have you here. your solution works for android and IOS. I need a solution for Windows phone app!
Thanks

@fernandop82
Copy link

This isnt working for ios 7.1.2

@secret-tallent
Copy link

@okobsamoht trick did work for me, Just change '#' with '%23'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants