Jump to content

WebView deprecation and web login issue on Catalina


Recommended Posts

Hi, we are using the latest evernote-sdk-mac 1.2.2 in our software.

When users logins in thru the Evernote popup screen a blank screen shown after entering the email address. (see screen shots)
The issue can be only reproduced on 10.15 Catalina.

The web requests are handled all inside the evernote-mac-sdk.

Further Apple discontinued the support of WebView class for 10.15 Catalina but the SDK has lots of references.

WEBKIT_CLASS_DEPRECATED_MAC(10_3, 10_14, "No longer supported; please adopt WKWebView.")
@interface WebView : NSView
{
@private
    WebViewPrivate *_private;
}

Is there a workaround?

Update:
We cannot reproduce the problem against sandbox.evernote.com
The problem can be reproduced on the SampleApp-Mac + Catalina + production API keys.

 

Best,
Paul

 

Screenshot 2020-06-22 at 11.02.45.png

Screenshot 2020-06-22 at 11.02.54.png

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...