mackuba/SafariAutoLoginTest

iOS 10 - SFSafariViewController blocking the UIWebView

oriharel opened this issue · 2 comments

Apparently doing
safari.view.alpha = 0.0;
doesn't prevent the safari VC from blocking the web view in iOS10. any ideas how to overcome?

the alpha setting actually blocks the SFSafariViewController from working in addition of blocking current context

Seems as though a threshold of 0.05 for the alpha allows it to work again on iOS 10.