Important changes to Tiny Cloud pricing > Find out more

Mobile theme

Theme that renders a mobile-ready user interface.

Contribute to this page

The mobile theme is responsible for rendering the editor on mobile devices and gives you a mobile first experience.

Example:

We recommend that you use a mobile section in the config to load this mobile specific theme but it can be used directly as well.

tinymce.init({
  selector: 'textarea',
  theme: 'modern',
  mobile: {
    theme: 'mobile',
    plugins: [ 'autosave', 'lists', 'autolink' ]
  }
});

Related configuration options

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.