Skip to content

Commit 54088e2

Browse files
committed
DOC-3201: Update TinyMCE for touch-enabled and mobile devices page.
1 parent cc2220f commit 54088e2

File tree

2 files changed

+47
-12
lines changed

2 files changed

+47
-12
lines changed

modules/ROOT/pages/tinymce-for-mobile.adoc

Lines changed: 46 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,52 @@ The mobile experience for {productname} is enabled by default and has the follow
1010
* Contextual keyboard options for dialogs using xref:dialog-components.adoc#inputmode[`+inputMode+`].
1111
* xref:mobile-defaults-for-selected-options[Mobile defaults for selected options].
1212
13-
The mobile experience allows most of the {productname} plugins to work on mobile devices, except for:
13+
{productname} plugins on mobile devices, that have known issues:
1414

15-
* xref:introduction-to-tiny-comments.adoc[Comments].
16-
* xref:editimage.adoc[Image Editing].
17-
* xref:moxiemanager.adoc[MoxieManager].
18-
* xref:permanentpen.adoc[Permanent Pen].
15+
[cols="1,3", options="header"]
16+
|===
17+
|Feature
18+
|Limitation
19+
20+
|xref:editimage.adoc[Image Editing]
21+
|Unable to resize images automatically within the editor without using the Edit Image dialog properties.
22+
23+
|xref:autoresize.adoc[Autoresize]
24+
|Resizing is not applicable in inline mode.
25+
26+
|xref:fullscreen.adoc[Full Screen]
27+
|Only available in `classic` Editing mode.
28+
29+
|xref:introduction-to-powerpaste.adoc[PowerPaste]
30+
|Clipboard limitations on mobile block core functionality.
31+
|===
32+
33+
34+
[TIP]
35+
The native context menu on a mobile device can still be accessed with a {productname} context menu configured, either by a _single tap_ on iOS, or by a _double tap_ on Android. However if the xref:contextmenu.adoc#contextmenu_never_use_native[`+contextmenu_never_use_native+`] option is enabled, neither _single_ nor _double tap_ will have any effect.
36+
37+
{productname} plugins that are unsupported on mobile devices:
38+
39+
[cols="1,3", options="header"]
40+
|===
41+
|Feature
42+
|Limitation
43+
44+
|xref:introduction-to-tiny-comments.adoc[Comments]
45+
|Not applicable in inline mode.
46+
47+
|xref:moxiemanager.adoc[MoxieManager]
48+
|Not applicable in inline mode.
49+
50+
|xref:permanentpen.adoc[Permanent Pen]
51+
|Not applicable due to mobile UX constraints.
52+
53+
|xref:advcode.adoc[Enhanced Code Editor]
54+
|Dialog is currently not usable in mobile viewports.
55+
56+
|xref:footnotes.adoc[Footnotes]
57+
|Links for created footnotes are not clickable after insertion.
58+
|===
1959

2060
{productname} will detect the platform and show an optimal UI experience based on the device type and screen size.
2161

@@ -62,11 +102,8 @@ The following options have mobile-specific default values:
62102

63103
=== Unsupported options for mobile
64104

65-
The following options are not supported on mobile devices:
105+
The following options are not available on mobile:
66106

67-
* xref:use-tinymce-inline.adoc[Inline editing mode].
68-
* xref:use-tinymce-distraction-free.adoc[Distraction-free editing mode].
69-
* xref:inline-editor-options.adoc#inline[`+inline+`].
70107
* xref:toolbar-configuration-options.adoc#toolbar_sticky[`+toolbar_sticky+`].
71108
* xref:table.adoc#table_grid[`+table_grid+`].
72109
* xref:editor-size-options.adoc#resize[`+resize+`].
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
NOTE: When a {productname} context menu is configured, a user on a mobile device can access the {productname} context menu by a _long press_. However, when a {productname} context menu is not configured but a {productname} context toolbar is, _long press_ will instead open the context toolbar.
2-
3-
IMPORTANT: The native context menu on a mobile device can still be accessed with a {productname} context menu configured, either by a _single tap_ on iOS, or by a _double tap_ on Android. However if the `+contextmenu_never_use_native+` option is enabled, neither _single_ nor _double tap_ will have any effect.
1+
NOTE: When a {productname} context menu is configured, a user on a mobile device can access the {productname} context menu by a _long press_. However, when a {productname} context menu is not configured but a {productname} context toolbar is, _long press_ will instead open the context toolbar.

0 commit comments

Comments
 (0)