flutter-crisp
flutter-crisp copied to clipboard
Space allocated by keyboard does not shrink after keyboard dismissal (only in iOS)
Hi,
The space taken by the keyboard on iOS does not shrink after the keyboard was dismissed. (cf picture below) Is it an error with my code or with the plugin? I do not have the issue on Android devices.
Architectures:
- Layout (custom component)
- PageView
- DashboardPage (custom component)
- ChatPage (custom component)
- AccountPage (custom component)
- BottomNavigationBar
- Dashboard button
- Chat button
- Account button
- PageView

I debugged the crisp integration. The issue comes from crisp itself.
They set the height of chat div with JS. For some reason, the keyboard has not been dismissed yet, than the height of chat has already been set but with the same height.
@yoannpicquenot I already faced this issue before, but unable to solve it, as you said, probably it's from Crisp itself, I'm gonna keep this issue open for anyone who knows more about it (or when we have time to look into it).
Hi @f2acode,
I have contacted Crisp. They are "unable" to do anything since the problem comes from Safari browsers