I am currently using the webview inside a Maui pop-up window, it all works fine. However, when the pop-up is closed and re-opened it throws an exception:
"Java.Lang.IllegalStateException: 'The specified child already has a parent. You must call removeView() on the child's parent first.'".
The popup that displays the webview calls m_webView.Handler.DisconnectHandler(); in its closed event handler.