If we have a mid-edit check that on desktop makes sense to trigger as soon as a speicific word or phrase is typed, on mobile this would be much more disruptive, as currently checkes are shown at the bottom of the screen where the keyboard currently is.
Possible options:
- Just highlight the check, but don't shown the check messages at the bottom of the screen until the keyboard is hidden
- Wait for the user to stop typing, or some other event (e.g. the user hides the keyboard) before showing the check
- Some other UI from @nayoub's explorations