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.

Progress Bar is present when keyboard is active

See original GitHub issue

Only display the Progress Bar when the keyboard is inactive. By removing the progress bar while keyboard is active, the learner can view more content and the “Submit” button is not cropped.

How to reproduce?

  1. Open the app.
  2. Click on Fractions topic.
  3. Click on Practice tab.
  4. Select a couple of skills.
  5. Click Start.

Note: The questions in Practice Mode are randomised and therefore whenever you start the session you might encounter different set of questions.

Update: We will have to keep the progress bar even when keyboard is visible but we need to optimise on this UI so that it looks a bit more correct (a.) add bottom-padding to submit button (b.) use gradient background for the progress bar so that the button is visible with opacity and does not cut abruptly.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
anandwana001commented, Dec 28, 2020

@yk1ax for binding you can check the RecyclerView finding file, we bind the data to the list using app:list or app:data via Binding adapter. Let’s connect over Gitter for further discussion or also a draft pr will be helpful to review the approach and complete the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android: how to disable controls during progress bar is active
Simply disabling all controls is not possible because when disabling an EditText, also the keyboard is closed automatically by Android.
Read more >
ProgressBar - Android Developers
android:nextClusterForward, Defines the next keyboard navigation cluster. ... Get the progress bar's current level of secondary progress.
Read more >
ProgressBar and MarqueeProgressBar can get Keyboard Focus
In most scenarios, the ProgressBar and MarqueeProgressBar should not be capable of recieving the Keyboard focus (see Microsoft's ProgressBar.
Read more >
KM 10.0.1 Progress Bar Positioning - Keyboard Maestro Forum
My thought is that the Progress Bar should always be in the centre of screen and should default to that - as a...
Read more >
Progress bar in Keyboard Maestro - Automators Talk
It takes about 10-12 seconds to complete. Is there any way to show a progress bar or some other indication that something is...
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