AndreaMiotto / PartialSheet

A SwiftUI Partial Sheet fully customizable with dynamic height

Home Page:https://github.com/AndreaMiotto/PartialSheet/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyboard doesn't work with dynamic height

ygee07 opened this issue · comments

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

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

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

not yet 😕

I've created a bugfix for this issue. PR has been created here: #168