I can’t post this to bug reports (I don’t know how) so if someone could move it that’d be good.
Device is a Galaxy S7.
To replicate is very simple. Put this LocalScript into StarterPlayerScripts.
local UserInputService = game:GetService(“UserInputService”)
while wait(1) do
if UserInputService.KeyboardEnabled then
print(“KeyboardEnabled”)
end
end
Click on any textbox to enable mobile keyboard, then press the backspace button (for me it’s an arrow pointing left with an x on it).