tel: url scheme showing as action sheet in ios 13?
问题 How to show tel url scheme as alert in ios 13 I want make a call from app so i am using te url scheme it is presenting as alert below ios 13 but from ios 13 it is displaying as action sheet [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:%@",number]]; Any suggestions ? 回答1: Yes from iOS13 its showing as action sheet . you observe in other applications which are making call are showing as action sheet only . 来源: https://stackoverflow.com/questions/58430053/tel-url-scheme