Simulate a backspace key
Posted: Thu May 29, 2025 7:41 pm
Still evaluating TRichView, but is there a way on mobile to simulate a backspace key (from an on-screen button)? Simulating the Enter key was easy, but I can't figure out how to simulate a virtual keyboard's backspace key.
Some background...
On a phone, having the keyboard popup whenever the user taps into the editor is not desired mostly due to limited real estate, so I have a kbd key button on the toolbar so they can open it whenever they need it. However, they like having two buttons on the toolbar: Enter and Backspace, that they can use without having to bring up the keyboard just to do either of those two (the kbd popup frequently blocks what they want to modify). I tried using an HTML editor for the mobile app, but it is too incompatible with our Windows app to convert between HTML and RTF, but that editor has a delete previous character function. Anyway, the data collection app on mobile has an unlimited number of what I call RapidRemarks that inspectors can use to populate their findings. So the Enter key button is extremely helpful for being able to add spacing to accommodate the RapidRemark. The backspace is also very helpful if they want to remove some pre-existing text or to remove empty lines without having to select>delete.
Some background...
On a phone, having the keyboard popup whenever the user taps into the editor is not desired mostly due to limited real estate, so I have a kbd key button on the toolbar so they can open it whenever they need it. However, they like having two buttons on the toolbar: Enter and Backspace, that they can use without having to bring up the keyboard just to do either of those two (the kbd popup frequently blocks what they want to modify). I tried using an HTML editor for the mobile app, but it is too incompatible with our Windows app to convert between HTML and RTF, but that editor has a delete previous character function. Anyway, the data collection app on mobile has an unlimited number of what I call RapidRemarks that inspectors can use to populate their findings. So the Enter key button is extremely helpful for being able to add spacing to accommodate the RapidRemark. The backspace is also very helpful if they want to remove some pre-existing text or to remove empty lines without having to select>delete.