-
Notifications
You must be signed in to change notification settings - Fork 29
Mobile performance issues #115
Copy link
Copy link
Labels
area:coreA bug/feature for the core code-input.js/code-input.css filesA bug/feature for the core code-input.js/code-input.css filesbugSomething isn't workingSomething isn't workingpriority:high
Metadata
Metadata
Assignees
Labels
area:coreA bug/feature for the core code-input.js/code-input.css filesA bug/feature for the core code-input.js/code-input.css filesbugSomething isn't workingSomething isn't workingpriority:high
I'm implementing
code-inputon my personal website, inside an admin panel to write Markdown posts with.On desktop it performs well, and is great to use. But on a mobile browser, it is literally unusable.
I have a regular text field above the
code-inputfield, which can receive near instant character input if I keep fiddling randomly on the virtual mobile keyboard, typing in tons of characters per second. Thecode-inputfield on the other hand freezes for a second or two after each character typed in, and any characters typed during this period get discarded.I'm running Firefox mobile with an up to date Android system on a new-ish XR21 Nokia phone. I'm not a mobile development expert so I can't even begin to think what might be causing this. I do understand that JavaScript powered text areas on steroids cannot compete with a plain
inputfield in any way, but this does not seem like normal operation to me either.Any ideas on how to start debugging this?