请教各位大神,IOS的安全策略是不是不允许直接拨打带特殊符号的电话,比如href="tel:*9204732081115#"这在IOS的效果是点击了拨打之后就没反应了?
但是如果href="tel:正常的号码"则可以跳到拨号页。
认证0级讲师
電話リンクには、*と#は使用できないと記載されています。 if a URL contains the * or # characters, the Phone app does not attempt to dial the corresponding phone number.
*
#
if a URL contains the * or # characters, the Phone app does not attempt to dial the corresponding phone number.
うーん、フィルタリングされていて電話として認識されません。
通常は
そのため、携帯電話番号はダイヤルアップ リンクとして認識されません
電話リンクには、
*
と#
は使用できないと記載されています。if a URL contains the * or # characters, the Phone app does not attempt to dial the corresponding phone number.
うーん、フィルタリングされていて電話として認識されません。
通常は
が追加されます リーリーそのため、携帯電話番号はダイヤルアップ リンクとして認識されません