Hey,
I want to ask how to add loading circle while waiting process data before navigate to another page in mobile outsystems.
Thanks
Hi Bimo,
Add an icon/image, then apply css style class to animate/spin it.
Then use a local variable and if widget/container's visible property to make it show or hidden.
Harlin Setiadarma wrote:
Kamsia Harlin :p
Hi could you please share that logic and css part with me , to know how to work on animation part during loading a page/processing data.
Hi Kuruma,
Just apply style class "fa-spin" to icon.
It's a built in css class in Outsystems.