From 0bbb399b28b7f50d22b0b0debe57d4b3ecb762ab Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Sun, 1 Mar 2026 21:45:56 +1000 Subject: [PATCH 1/2] Docs: DOC-837 - Add android unsupported details to the mobile page Made-with: Cursor --- modules/ROOT/pages/tinymce-for-mobile.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/ROOT/pages/tinymce-for-mobile.adoc b/modules/ROOT/pages/tinymce-for-mobile.adoc index ff72ead53e..1eb9de38ae 100644 --- a/modules/ROOT/pages/tinymce-for-mobile.adoc +++ b/modules/ROOT/pages/tinymce-for-mobile.adoc @@ -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:textpattern.adoc[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"] From 5c84a8ab5ce36b334a9c43afbc3a765c3bfdfabd Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Sun, 1 Mar 2026 21:55:58 +1000 Subject: [PATCH 2/2] Fix broken Text Patterns xref to content-behavior-options.adoc Made-with: Cursor --- modules/ROOT/pages/tinymce-for-mobile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/tinymce-for-mobile.adoc b/modules/ROOT/pages/tinymce-for-mobile.adoc index 1eb9de38ae..1688eccee8 100644 --- a/modules/ROOT/pages/tinymce-for-mobile.adoc +++ b/modules/ROOT/pages/tinymce-for-mobile.adoc @@ -53,7 +53,7 @@ On Android devices, the GBoard keyboard and similar input methods intercept cont |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:textpattern.adoc[Text Patterns] +|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. |===