Hi! I have a few questions regarding keyboard hand...
# compose-ios
s
Hi! I have a few questions regarding keyboard handling on iOS: 1. For decimal input type there is no way to hide the keyboard. How do you create keyboard toolbar? I implemented it with view on the bottom though it doesn't always stay on top of keyboard. Touch outside to hide also is not the best solution. 2. There is white flashes when keyboard moves, and it's not related to background, how do you handle it? 3. How to remove auto correction or suggestions from ios keyboard? autoCorrect = false doesn't seem to work. Thank you