anemitoff / PhoneGap-PhoneDialer

A plugin for ios phone gap to launch the dialer programatically in ios >= 5
http://www.kohactive.com
MIT License
12 stars 17 forks source link

# inside string for plugin #8

Closed Gionni closed 10 years ago

Gionni commented 10 years ago

Hi, great plugin. I gotta set a transfer call. If I run: phonedialer.dial('67'+number+'11#', function(err) { ... }, function(ok) { ... } ); the number is wrong because of last missed #. Anu suggestion? Thanks a lot