CustomWebView : An extended form of Web Viewer

Thank you @vknow360 for this excellent extension. I have encountered some issues and I hope you can help me.

Issue 1: Starting from version 8.0, in the OnNewWindowRequest block, you have removed the url parameter. Can you please update and include this parameter again? I have read all the articles and noticed that many people are facing this issue and they need the 'url' parameter. I have seen a tutorial on your website at https://sunnythedeveloper.in/snippets-related-to-customwebview-extension/ to retrieve the URL, but it seems too complicated for me. All I want is to have the ability to easily access the 'url' when an event occurs, similar to how it was done in version 7.1 with the OnNewWindowRequest block. I use this 'url' data as input for other parameters in my application. Can I sponsor the addition of this parameter?

Issue 2: I have tried implementing the example provided by Taifun at https://puravidaapps.com/snippets.php#2webviewstring. I used the CustomWebView as instructed, but it doesn't work for me. I have looked at some related questions, but I couldn't apply the solutions. Here are the images and the AIA file for this second issue:
Aia :
webview_and_CustomWebView.aia (240.4 KB)