How to display a progress bar when WebView loads a URL
Thanks it’s work , but when webview url load then I want to invisible progress bar…
Sir please show block how to disable progress bar when webview url load
Use here if then block
If ($progress==100){
Set.visiblity.linearprogress to false
}
I hope you understood
![]()
Use event block on page load and set progress to false


