Problem: Can't delete image in contenteditable div on Android
Only known solution at the moment: Android: Backspace in WebView/BaseInputConnection
Problem with solution: Setting: creating a BaseInputConnection using the regular constructor seems to disable speech to text from functioning correctly. as opposed to using WebView.onCreateInputConnection(EditorInfo) to generate an InputConnection.
any ideas how to remedy this?