Jump to content

paulkiman

Level 1
  • Posts

    2
  • Joined

  • Last visited

Posts posted by paulkiman

  1. 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

×
×
  • Create New...