How to put this connecting status bar in our app?

Hey guys
I want to add the similar connecting status bar for the webviwer in my app. Its shown in the makeroid app. How to make it ? Help needed.

Hitesh.

What do you mean by connecting status bar?

PS: Status bar, is the area that shows GSM signal, wifi signal, battery persentage etc. and notifications.

That’s the part of our status page.

Sorry, it’s a label

1 Like

But seeing a loader for the webview would be very good in Makeroid :+1:

There is an event block which returns the progress of page load.

WebViewer.Progress Changed
2 Likes

So just work with that and a label with a background
I set the width based on current progress value

That’s how I’ve done in the Companion

2 Likes