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