bug replay environment:Xcode 14, iOS 16.0 iPhone
- invoke this code in
UIInterfaceOrientationMaskLandscapeViewController
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://foo"] options:@{} completionHandler:^(BOOL success) {}];
the tel: process UI can respond to use interaction.
- invoke this same code in
UIInterfaceOrientationMaskPortraitViewController, thetel:process UI doesn't respond to use interaction at any App.
the only resolve method is restart tel: process by restart my Phone