Hi,
Does anyone tell me how to disable or hide loading wheel from tab bar?
I created custom tab bar. But due to loading wheel, it looks misaligned.
Any advice is welcomed, Thanks…
I found a solution for that by myself.
I set a rectangle over the tab icon and make it transparent(opacity:0).
And I set a link to the rectangle. Then the loading wheel is gone.
If you’re facing to the same issue, I hope this tip will help you. thanks.