AndreaMiotto / PartialSheet

A SwiftUI Partial Sheet fully customizable with dynamic height
https://github.com/AndreaMiotto/PartialSheet/wiki
MIT License
1.72k stars 192 forks source link

Keyboard doesn't work with dynamic height #151

Closed ygee07 closed 1 year ago

ygee07 commented 2 years ago

Whenever the keyboard is displayed inside a partial sheet, it stops following the supposed dynamic height.

Keyboard Hidden

Keyboard Shown

I've also recreated this in another repo so you check: https://github.com/greyder/PartialSheetSample

Also not working with type: .scrollView

benjaminleonard commented 2 years ago

I have the same issue. Did you find a workaround?

ygee07 commented 2 years ago

I have the same issue. Did you find a workaround?

not yet 😕

adrianhartanto004 commented 1 year ago

I've created a bugfix for this issue. PR has been created here: https://github.com/AndreaMiotto/PartialSheet/pull/168