Showing loader above keyboard?
freak4pc opened this issue ยท 9 comments
Is it a possibility to present the loader over the keyboard? Currently displaying the loader while a text field is the first responder, leaves the keyboard visible (and active) which lets the user act on it.
From what I know it should be possible to create a new UIWindow with a Status Bar Level so the progress view could overlay the keyboard as well.
What are your thoughts on this?
Thank you :)
Having the same issue. Solutions?
I will take a look at a solution. In the meantime, a workaround could simply be resigning the first responder to hide the keyboard before showing the loader.
@kevin-hirsch That's what we're currently doing.
But generally speaking, the solution I suggested with a UIStatusBarLevel UIWindow should work well, I've done that for a similar component.
Alright! Thanks for the tip, I will take a look a that UIStatusBarLevel UIWindow
thing ๐
Hey guys,
This have been done in this commit: a741fea
I leave the issue open, waiting for your feedback :) .
@freak4pc Can you tell us if it is resolved now?
Hey @kevin-hirsch , I can confirm a741fea resolves this issue :)
Great job @erdem-inan !
Let's get this merged !
Done and available from CocoaPods v2.3 ๐
Confirmed - Update to v2.3 fixes issue.
Thanks to all involved !