Skip to content

Latest commit

 

History

History

mobile

Mobile friendly editor

CKEditor works great on mobile devices without any special configuration. See it in action on a specially crafted demo page that simulates a small screen.

See this demo live at ckeditor.com.

Installation steps

  1. Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/mobile && yarn
  1. Start the demo:
yarn dev