question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to show loading indicator and text together

See original GitHub issue

Hi,

When setting isLoading = { true } a loading indicator will be shown, but the text will be gone in the same time. In popular apps, I usually see the indicator and text are shown in parallel, is it possible to support this?

Thanks.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
alvarombcommented, May 19, 2017

Many thanks @evisong! Will review later.

1reaction
evisongcommented, May 18, 2017

Hi, @alvaromb , sorry for my late response. I’ve created a PR, would you please check it when you have some time?

Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to put message text together with Activity Indicator View ...
I have a Activity indicator to inform user wait to login in webservice, but just show a circle rouding, I want set a...
Read more >
Stop Using A Loading Spinner, There's Something Better
First, lay out the bare bones UI (Skeleton screen). Next, load the text data. By now, the user knows they've received the content....
Read more >
Angular: show loading indicator when obs$ | async is not yet ...
Using async pipe is quite common scenario in many Angular applications. It is as simple as that: class AppComponent { obs$ = of(1).pipe(delay( ......
Read more >
Spinner, Loading Bar, Bouncing Dots, Skeleton Loader
A simple CSS walkthrough on how to create some common and basic loading indicators (Spinner, Loading Bar, Bouncing Dots, Skeleton Loader, ...
Read more >
What's the cleanest option for a loading indicator in a login ...
1- Change the cursor to a clock (only inside the login dialog) · 2- Add some text above the button saying "Loading" or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found