Search Unity

Bug TMPro Input Field SendTouchScreenKeyboardStatusChanged Null Reference Bug on Android

Discussion in 'UGUI & TextMesh Pro' started by jGate99, Oct 5, 2020.

  1. jGate99

    jGate99

    Joined:
    Oct 22, 2013
    Posts:
    1,945
    Hi there,

    I'm having this null reference bug when i press done on last input field on android ,
    here is the stack trace.

    If we add a null check then this error will not happen:
    if (onTouchScreenKeyboardStatusChanged != null && m_SoftKeyboard != null)
    onTouchScreenKeyboardStatusChanged.Invoke(m_SoftKeyboard.status);

    Capture.PNG

    @Stephan_B It'd be really great if you can fix this bug soon.

    Thanks
     
    DurmusAli likes this.
  2. Stephan_B

    Stephan_B

    Joined:
    Feb 26, 2017
    Posts:
    6,595
    Thank you for taking the time to report this issue which as it turns out had been reported previously and as such will already be included in the next release.
     
    jGate99 likes this.
  3. jGate99

    jGate99

    Joined:
    Oct 22, 2013
    Posts:
    1,945
    Hi @Stephan_B
    Can you please give a rough idea when can this fix will be available , im happy even if its in preview as i have a ready build to send to testers
     
  4. DurmusAli

    DurmusAli

    Joined:
    Feb 25, 2014
    Posts:
    12
    Following the situation. Any ETA?