Disable loader (or only show when pageload is slow) #187
Replies: 2 comments 2 replies
-
|
Came across this while solving the same issue. The app is snappy, but the loader shows up anyway. It makes the app look unresponsive and unprofessional. Unfortunately I do not know how to solve this isse either. So bumping! |
Beta Was this translation helpful? Give feedback.
-
|
If your menu is on the web, you will always have a small flicker, since the app transitions from One option you have is to customize the loading view to fit your needs. What I normally do is show the loading spinner only after a short delay. This way, you prevent the spinner from flickering on fast-loading pages. Here is an example implementation of this approach:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Having every page change flicker through loader screen makes the app feel not very native/responsive.
Main problem (as shown on video) is that bottom menu disappears (as it's web version, not native).
Is it possible to disable loader / show it only if page load takes more than e.g. 200ms?
Or is there some other suggestion how to do this, other than native menu?
I tried finding something in docs and in sourcecode, but didn't find anything relevant. This is my first time creating Android app, so maybe there's some simple thing I just don't know.
Thanks for any help!
signal-2026-02-16-145007.mp4
Beta Was this translation helpful? Give feedback.
All reactions