Mobile UI Task Cycling Makes Unexpected Edits

Basically I’m trying to use tasks with a PWA as my mobile task list.

On web everything works fine, but on my Android device (regardless of browser) I’m seeing a very strange issue where tapping the state of a task does not cycle through the states properly.

See the video attached. I’m using a keyboard that lets me use shortcuts, so I can show that cycling through the states using Alt-T works just fine.

Expected actions:
Cycle TODO → WAITING → DELAYED → DONE

What actually happens:
Cycle TODO → WAITINGING (not a thing) → DELAYED(delete char 3x, causing the task to be no longer a task)

Apologies for the Google Drive link, since apparently I cannot upload attachments: MP4_20250416_070544.mp4 - Google Drive

I’m at a bit of a loss for how to troubleshoot this. Any ideas? I’m running 0.10.4

Looks like a workaround is to make all my states the same number of characters.

Same issue in v2, Even docs have it

It fires to click events on mobile, which causes problems here. Unsure what a good fix would be, don’t really want to touch (ha) that.