microsoft-authentication-library-for-objc: Cannot paste password when using MSALWebviewTypeWKWebView

I don’t know why this issue was closed: https://github.com/AzureAD/microsoft-authentication-library-for-objc/issues/1460

It’s becoming a serious pain for all our users. Please can someone have a look into this? By simply using MSALWebviewTypeWKWebView you can reproduce this - CMD+V stops working in the password field and password managers don’t work either.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (5 by maintainers)

Most upvoted comments

Okay that was it 🤦‍♂️ It turns out the Paste menu was being disabled by one of the first responders given we’ve internally mapped CMD+V to a swizzeled method call. It was out fault after all. Thank you for bearing with me!