Search Unity

Touch screen keyboard distinguish submit buttons

Discussion in 'UGUI & TextMesh Pro' started by okluskyond, Aug 19, 2019.

  1. okluskyond

    okluskyond

    Joined:
    Dec 6, 2017
    Posts:
    38
    Hi,

    is it somehow possible on TouchScreenKeyboard to distinct between pressed buttons? Let's say on iOS 12.4 iPad 9.7 there is 3 different buttons submitting the input field Done/Enter/"Minimize keyboard".

    Our use case is to submit input field but with some extra behavior controlled from our side, not from the side of TSK wrapper.

    Thanks