stevengharris/MarkupEditor

Sharing the screen with other WKWebViews

Closed this issue · 0 comments

The SwiftUI app that I'm using MarkupEditor in has two other WKWebViews on-screen at all times. They're managed using my own code and are very simple. With MarkupEditor in the code, my links no longer work, even if I don't have a MarkupEditorView showing. I assume this is something to do with the navigationDelegate in MarkupWKWebViewRepresentable? Any tips?