iOS, handling communicating to a server with a "Not Trusted" SSL cert.

2021-04-17 Thread Alex Zavatone via Cocoa-dev
I just came across this the other day and now need to do something about it. Am looking to see if anyone else has had to handle this and profit off of the wisdom of those who have suffered through it before. Currently, I’m planning on testing out an NSAPPTransportSecurity exception in the

Re: WKWebView rejecting keyboard input

2021-04-17 Thread Robert Walsh via Cocoa-dev
I think I finally found the problem. The application's window is borderless, so when it is not full screen, it cannot become key. I didn't think to mention this in my description of the problem because I didn't know it mattered. However, by creating a subclass of NSWindow and overriding