The code sample is here. Sample Code
As the demo video showed, I had created an IndexView, when I clicked the view in IndexView, the main view changed to the clicked view.
This worked fine with Image. However, when I use a WebView, which was a NSViewRepresentable with a WKWebView. The main view only changed once and never changed again.
Any idea?
