How to make a USSD call on a iPhone from a button in a webpage?

。_饼干妹妹 提交于 2019-12-11 06:03:53

问题


How to make a USSD call on a iPhone from a button in a webpage?

I have tried the urlencode tel%3A*141%23 but that still does not work.

This is possible cause I can do a USSD call from my contacts application on Iphone?

Does anyone have a solution for this, I don't even need the USSD call to run in the background, just to make the USSD call.

I have read https://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/PhoneLinks.html about the special characters * and #

But how does my Contacts app do it?


回答1:


The contacts app has special privileges us mere mortal developers cannot possess.

The * and # characters are blocked from being used in tel: URLs.



来源:https://stackoverflow.com/questions/9334145/how-to-make-a-ussd-call-on-a-iphone-from-a-button-in-a-webpage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!