Apple banning UIWebView apps in 2020

For Xojo this means you MUST use 2018r2 or newer (everyone is right ?)
http://documentation.xojo.com/resources/release_notes/2018r2.html

What bothers me is that this also affects WKWebView on the Mac, which Xojo is still using.

Do you mean WebView?

Isn’t WKWebView what should be used though in macOS? Norman’s URL says you should transition to WKWebView, then link’s to this page which says in part:

[quote]Important

Starting in iOS 8.0 and OS X 10.10, use WKWebView to add web content to your app. Do not use UIWebView or WebView.[/quote]

So isn’t using 2018R2 or newer enough to satisfy this?

Not according to Apples link I posted
It says

Yes using 2018r2 and newer you should be OK since they use WKWebView

Isn’t that true only for iOS? I believe Xojo doesn’t use WKWebView yet for macOS.

Yes.

Yes, I was wrong and meant WebView. Which AFAIK is what Xojo uses on the Mac.[quote=469277:@Norman Palardy]Not according to Apples link I posted
It says[/quote]
Yup, sorry, wrong kinda WebView!

We have WKWebViewControlMBS control ready for everyone interested.

If something is missing, we can add more.