chatify icon indicating copy to clipboard operation
chatify copied to clipboard

Keyboard overlaping on input textfield issue on mobile

Open MiralGondaliya opened this issue 3 years ago • 5 comments

MiralGondaliya avatar Aug 08 '22 11:08 MiralGondaliya

@MiralGondaliya you should not open an issue without providing a details! please update you issue description with the details required to be solved.

munafio avatar Aug 10 '22 15:08 munafio

@munafio

We have this issue. When opening the Chat window on a mobile device the keybord of the mobile phone pops up and is covering the text input field of the chat. So the user can type but is not seeing the text input field and what he is typing. We tried to fix it but it's not working.

The chat is within a main <div ="row"> but that shouldn't be the issue. Content should move up somehow when keyboard is openend but doesn't.

chatify-issue

Thanks.

roqstarco avatar Aug 26 '22 05:08 roqstarco

@munafio Any idea what could be the issue?

roqstarco avatar Sep 04 '22 05:09 roqstarco

@munafio Any idea what could be the issue?

I'll fix this issue in the next releases, currently you can modify the css styling to fit your needs.

munafio avatar Sep 08 '22 00:09 munafio

@munafio Ok, that would be amazing! We tried everything CSS wise but it didn't work.

roqstarco avatar Sep 09 '22 05:09 roqstarco

@roqstarco I have fixed this issue by changing the layout of the messaging area (header, messages area, input card) and added a js code listening on the resize event to make the messaging area fit the height of the viewport on change.

This fix will be included with the coming release v1.5.6.

munafio avatar Jan 24 '23 13:01 munafio