Closed subhajeet2107 closed 5 years ago
I have tried DeviceManager, but i cant set Tablet Device as default it is always opening with Desktop in device buttons, how can i trigger Tablet mode on load ?
Just after
editor = grapesjs.init({ ... });
You can insert editor.setDevice('Tablet');
editor.setDevice('Tablet');
Thanks, it is getting back to Desktop device for some reasons
I have tried DeviceManager, but i cant set Tablet Device as default it is always opening with Desktop in device buttons, how can i trigger Tablet mode on load ?