Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions modules/ROOT/pages/tinymce-for-mobile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,24 @@ Some plugins offer limited functionality or are unsupported when used on mobile
|Clipboard restrictions on mobile platforms prevent core PowerPaste functionality.
|===

=== Android-specific limitations

On Android devices, the GBoard keyboard and similar input methods intercept content before it reaches the editor. This affects plugins that rely on the autocompleter API or keypress events:

[cols="1,3", options="header"]
|===
|Feature
|Limitation

|Autocompleter (xref:emoticons.adoc[Emoticons], xref:charmap.adoc[Charmap], xref:mentions.adoc[Mentions])
|Limited or non-functional on Android. The autocompleter popup does not appear reliably because Android processes content prior to insertion.

|xref:content-behavior-options.adoc#text_patterns[Text Patterns]
|Limited functionality on Android. Inline patterns may not apply when the pattern is immediately followed by a space. The plugin relies on keypress events, which do not work as expected on Android.
|===

For more details, see the https://www.tiny.cloud/docs/release-notes/release-notes51/#textpatternspluginlimitedfunctionalityonandroiddevices[release notes for version 5.1].

=== Unsupported Plugins on Mobile

[cols="1,3", options="header"]
Expand Down
Loading