How to Toggle A notification when a new update is made on a webview

is there any way to toggle/ create a notification when a website on webview is been updated ,for example when there is a new text on a image added on the website make a notification automatically.

Check the CustomWebView v12 beta.

You’ll find an event named RequestIntercepted.

1 Like

I know you want it to be automatic but is it fine if it’s manual? I only know to do this manually.

I don’t think currently there is any method/component/extension except CustomWebView which can listen to changes inside webview.

3 Likes

My “solution” was to simply send out a notification manually after an update. It doesn’t listen to webview

let me check

any Javasript or extention that can do it automatically ?