Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug Incorrect size of interactive area outside of the keyboard

Discussion in 'UGUI & TextMesh Pro' started by EricShu, May 26, 2023.

  1. EricShu

    EricShu

    Joined:
    Apr 9, 2021
    Posts:
    3
    when TouchScreenKeyboard.Android.consumesOutsideTouches=false and TouchScreenKeyboard.hideInput=true, Theoretically, all areas outside of the keyboard should be clickable, but in reality the upper area adjacent to the keyboard is not interactable. It appears as if hideInput does not work, even though the input box on the keyboard cannot be seen, the area where the input box is located still blocks the UI. Clicking on that area does not have any effect!
    This makes it impossible to implement the chat app's most important function, which is that there are some buttons above the keyboard that you can use. Help!
    Red box area as seen blow is not interactable, I'm just showing it for the sake of illustration, but you can't actually see it when hideInput is true, There are actually some buttons in this area that the player now can't click.
     

    Attached Files:

    Last edited: May 26, 2023