typing/utils/injectandroidbackspacenutationshandling
@ckeditor/ckeditor5-typing/src/utils/injectandroidbackspacenutationshandling
module
Filtering
Functions
-
injectAndroidBackspaceMutationsHandling( editor )static
Handles mutations triggered by Backspace on Android. Due to the fact that on Android
keydownevents don't have thekeyCodeset, we are not able to handle backspacing directly. We need to guess that from mutations which the IME on Android caused.Parameters
editor : EditorThe editor instance.