Turning off plugin support for HTMLViewer

I’d like to use the MBS function plugInsEnabled with the new Xojo HTMLViewer (Xojo 2019R3.1). But I can’t get the control’s WKWebViewMBS in this version of Xojo (it’s nil), although I gather that will be possible in the future. For now, is there alternative that I’ve missed?

You need WebPreferencesMBS class for the HTMLViewer in Xojo 2019.

Thank you, that is exactly what I missed. Works perfectly.

welcome