简体   繁体   中英

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?

Yes from iOS13 its showing as action sheet. you observe in other applications which are making call are showing as action sheet only.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM