Open bhandaribhumin opened 5 years ago
I have the same issue, did you resolve?
yes i fixed using manually set
dockedHeight
distanceTop
after click
//this code fixed my problem not 100% but i say 98%
this.dockedHeight = 140;
setTimeout(() => {
this.dockedHeight = 140;
this.drawerState = 2;
}, 500);
this.distanceTop = 500;
It doesnt work for me. Any other idea?
@Nickholas hey what you get after adding this little hackey fix? can you send some video or img so I can take look!
Yes, of course. I would appreciate your help. Here is an example of my code in GitHub:
https://github.com/Nickholas/demo-bottom-drawler
It works fine on a web client (chrome, firefox,..) but it fails when you try to run it onto an Android device.
If you enter a text on the textarea field, it shows the keyboard and then it brokes the height of the component.
Thanks in advanced.
When I was set select some location and drag drawer to bottom position it will show blank space. See the attached
Expected behavior