Closed nasru closed 3 years ago
ChatView(...) {
..
}
.padding(.bottom, 1) << Here does the trick
The above hack fix keyboard visibility issue but, breaks keyboard specially for iOS14, this might be SwiftUI bug, not sure.
But I recommend avoid using it with TabView
😞 , try hiding TabView
please visit this link
hi. When I use tabview, BasicInputView is under the tabbar. How can I show BasicInputView on tabbar?