• Good afternoon. I made my own website application on webview. I ran into a problem when you open a chat in a mobile application, it opens to the entire window, with a text input line at the bottom. Аs soon as you start typing, the keyboard overlaps the text input field, which is inconvenient. I did various options, tried everything). But nothing helps. I think the plugin keeps the size fixed on its own. help me fix it or tell me what could be.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wordplus

    (@wordplus)

    Hi there!

    That should be something related to webview application configuration.

    Which application do you use and did you contacted developers with that issue?

    Thanks!

    Thread Starter avardm

    (@avardm)

    I am developing an android application myself using webview. All environment settings are completed, but it feels like you need to tweak the plugin’s ability to shorten the window in full-screen format when the virtual keyboard opens. It seems to me that the plugin has hard-coded dimensions, and when the keyboard appears, it hides the message input field.

    Plugin Author wordplus

    (@wordplus)

    Hi there!

    I also developing application using webview, but it’s based on capacitorjs and works well there, so that should be fixable from application side, I would suggest to research the web for solution, maybe something like this will solve the issue for you:

    https://stackoverflow.com/questions/59356949/android-keyboard-hides-input-in-web-view

    Thread Starter avardm

    (@avardm)

    Thanks, I’ll figure it out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.