Skip to main content

Questions tagged [loading]

The state of transmitting or receiving information.

0 votes
2 answers
54 views

UX concerns with showing dynamic tips/fun facts/"Did you know...?" section on a loading progress modal

In my app, there's a window that opens up with a spinning logo next to a progress bar that shows update/loading progress. I want to add a section with various tips and fun facts about the application, ...
AcinonX's user avatar
  • 151
3 votes
1 answer
167 views

Should a Skeleton loading effect be used when refreshing a view with data already present?

I'm developing a mobile app, should I display a skeleton effect when the user trigger a pull refresh even when there's already a data on the screen and won't load a new or additional data in those ...
Dylan's user avatar
  • 133
2 votes
2 answers
61 views

How to handle list loading + errors on mobile

I have a list of addresses on a mobile app. What is the best way to handle pagination and loading errors? example: The list is paginated by default. 5 items are shown, with a "Load more" ...
JMC's user avatar
  • 21
1 vote
1 answer
60 views

Mega menu showing loaded apps

I am designing a huge mega menu for a software application. In the menu bar, it is grouped by different tasks based on categories. At times, a user will have a need to click and open up more than one ...
Tina's user avatar
  • 21
1 vote
1 answer
51 views

How should the form behave when only a single question requires loading?

This is a form for an airlines platform that users need to fill to proceed checking in to their flight. The country dropdown may or may not change the questions below it depending on the country but ...
sarp's user avatar
  • 85
2 votes
1 answer
121 views

Is the word "loading" user-friendly?

Working on a feature for our app that tells the user when the app is loading. We want to include a loading spinner icon, and I think accompanying the icon with just the word "Loading" is ...
paperbackumbrella's user avatar
1 vote
1 answer
57 views

Do we call all types of progress indicators a loader?

Do we call all types of progress indicators a loader.
user3425090's user avatar
1 vote
3 answers
155 views

Different Loading States Same Application?

I am currently designing a very complex enterprise application. I have done some research on loading states and came to the conclusion that loading states that should be displayed depends on scope, ...
user5364514's user avatar
4 votes
2 answers
167 views

loading states for individual items in a list

I'm a frontend developer and wondering from a UX perspective, whether it is a bad idea to fetch individual list items in a large list (with multiple columns). See an example here: This example is how ...
josias's user avatar
  • 141
0 votes
5 answers
126 views

Should users be allowed to add new users on a user management screen while the screen is still loading

Designing an access management module. Sometimes there will be a delay in the list of existing users loading. During this time the add user button will be active. in this case users will be able to ...
Blue Ocean's user avatar
  • 10.7k
0 votes
2 answers
585 views

Best way to display loading time when data table is updated

We have data tables where users can do different actions that require a new list of data to be loaded. i.e. add filters, delete rows, upload new data etc. What would be the best way to display the ...
Larry's user avatar
  • 45
0 votes
2 answers
1k views

Disable buttons while data loading

I have a view in my mobile app with two buttons, before allowing user to click on them I need to wait for some data to load, should I disable them while it happens ? Should I show a loading indicator ...
Sunshine's user avatar
  • 103
1 vote
2 answers
2k views

When/how to use skeleton loaders

I am on a project where we have different views in terms of medical data (user list, forms, vital signs, documents, graphs etc.). I read about skeletons and when to use them but when in practice, it ...
CookieWookie's user avatar
1 vote
2 answers
1k views

Should a button show its label in a loading state if a spinner is present?

Let's say I have a login form and after a user clicks the "Login" button, the form begins working and a spinner is added to the button until HTTP processes are complete. For this example, I ...
kjdion84's user avatar
  • 113
1 vote
2 answers
134 views

How to do loading animations when at certain times the application is too fast for them?

I am facing a strange "catch-22" like problem, while developing an application for a mobile browser. My problem is that, some inner-app screens are fetching data from a back-end server, and ...
Adam Baranyai's user avatar

15 30 50 per page
1
2 3 4 5
11