You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The toolbar section in mobile platform is an independent section in Editor package. Since there is no slash menu in the mobile , the toolbar section combined the tool bar features and slash menu features from Desktop.
In mobile, toolbar section mainly has two different parts: ***MobileToolbarItem and its menu widgets.
For example, the textDecorationMobileToolbarItem has 4 formatting features in its menu.
Currently, there has two types of MobileToolbarItem: action and withMenu. action is for the feature which implement directly after click the toolbar Item, like code inline. withMenu is for the one needs to open a menu then implement features, like textDecorationMobileToolbarItem
Here is a list of all the toolbar features we plan to implement.
Description
The toolbar section in mobile platform is an independent section in Editor package. Since there is no slash menu in the mobile , the toolbar section combined the tool bar features and slash menu features from Desktop.
In mobile, toolbar section mainly has two different parts: ***MobileToolbarItem and its menu widgets.
For example, the
textDecorationMobileToolbarItem
has 4 formatting features in its menu.Currently, there has two types of MobileToolbarItem:
action
andwithMenu
.action
is for the feature which implement directly after click the toolbar Item, like code inline.withMenu
is for the one needs to open a menu then implement features, like textDecorationMobileToolbarItemHere is a list of all the toolbar features we plan to implement.
Same as desktop for now
Impact
Enable editor features in mobile platform.
Additional Context
No response
The text was updated successfully, but these errors were encountered: