Report an issue
Module

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 keydown events don't have the keyCode set, we are not able to handle backspacing directly. We need to guess that from mutations which the IME on Android caused.

    Parameters

    editor : Editor

    The editor instance.