-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Datepicker modal jump when is opened #316
Conversation
Hi @SoyDiego thanks for opening this PR. I can probably get to testing these later today. Also, thanks for contributing, as you mentioned in a previous post, the project is very much alive and we are actually hitting more downloads than ever according to npm. However, we don't have a lot of maintainers for the repository, which makes it particularly difficult to address everyones needs and concerns in a timely manner, but I'm sure you understand this 🙂. |
thanks for reply. I understand mantain a project can be hard This little things, makes the difference. But count with me If I can help. I will try to do it. I recommend write a file I'm as ZeR0ByTe in discord. If you want to be in contact, I'm there. Thanks again for your time and sorry if in my messages I sound rude, is not my intention. |
@SoyDiego @RichardLindhout This might conflict with some of the web changes you had recently made. Perhaps we can use |
I did a new commit updating with |
Yeah I agree with hou perhaps I could do more maintaining but I've been very busy latetely and for my use case the library works great now sometimes there is a difference between android where I have a translucent statusbar so it's hard to test everybody use cases. Also PR's take a lot of time to test on all platforms + it's open source and free work and sometimes we don't have time to work on it. Thanks for your PR @SoyDiego ! It would be cool if we have more contributors like you! |
Thanks for reply @RichardLindhout , Thanks again for reply and I hope we can improve the project more :) |
Fix #309
After a lot of research, the problem was the
Statusbar
.I don't know if is the best solution but works.
Now the modal opens fluently
CURRENTLY BEHAVIOUR
AFTER SOLUTION