TMPro Input Field SendTouchScreenKeyboardStatusChanged Null Reference Bug on Android

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);

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

Thanks

1 Like

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.

1 Like

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

Following the situation. Any ETA?