We view Progress Bar

How to display a progress bar when WebView loads a URL

Just use this blocks

1 Like

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

1 Like

Use here if then block

If ($progress==100){
Set.visiblity.linearprogress to false

}

I hope you understood

:niotron:

1 Like

Sir it doesn’t work…
Progress bar visible not false when I use this block…

1 Like

Linear progress bar blocks and bar disappears when URL is loaded, hope it would be helpful for whoever comes

Use event block on page load and set progress to false