britzl / gooey

Defold GUI system
MIT License
150 stars 22 forks source link

Missed backspaces on iOS #67

Open DipFlip opened 3 years ago

DipFlip commented 3 years ago

On iOS devices I get missed backspace presses in input fields, as the ones on the examples.

If I type "123" using the on-screen keyboard then click backspace two times the resulting text can be either "1", "12" or "123".

Devices: iPad 2018 and iPhone 8 OS: iOS 14.4 Browsers: Safari and Chrome