Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. 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