Larry Aasen
Larry Aasen
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The popover code documentation states: ``` /// The `onPop` called to...
When there is a connection error when using an HTTPS URL, the linkException response is always ServerException in my case. How can I tell the difference between a No Connectivity...
When an iOS app is using a SceneDelegate, this code does not work: `UIViewController *root = [[[[UIApplication sharedApplication] delegate] window] rootViewController];` Reference: https://stackoverflow.com/questions/74341479/unable-to-access-root-view-after-adding-scenedelegate-swift-5