Why can't the toolbar set the content of mobile devices
I used to be able to set mobile content through the toolbar, but now there are no mobile icons in the toolbar.
Previous demo:
There is no mobile icon in the latest demo also.
I have the same problem
+1
Here is my solution to this problem. You can set a stable version in your init. For me version: '1.63.2' is fine.
May be I am late.
This is the last version where they are giving mobile on toolbar and this is with the new updated design. Now its included in the paid feature i guess.
Initialize the editor like this
<script> unlayer.init({ id: 'editor-container', displayMode: 'email', version: '1.143.0', features:{ sendTestEmail:true } });</script>