Hello. I am using Kodular Creator 2025.8.
In my app, I have a WebViewer component. I need to communicate from my external website (JavaScript) to the app’s blocks using the WebViewString.
However, the window.WebView object is always undefined inside my page. The check if (window.WebView) is always false.
In the WebViewer Properties, I have already checked that JavaScriptEnabled and FollowLinks are both set to true.
How can I enable or fix the injection of the window.WebView object so I can use window.WebView.SetWebViewString()? Is there a new property or method in version 2025.8?
Thank you.