MyBB Community Forums

Full Version: Make text editor mobile responsive
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
At present, I'm using the Netpen theme which is a mobile responsive theme for mybb. The editor is working properly in the desktop. But the editor width is too small and difficult to type in mobile and also the vertical scroller is not working in mobile. Is there any way to make it full width in mobile and make the vertical scroller to work?

Forum link

Screenshot: [attachment=40210]
Nothing about MyBB is mobile friendly. So asking about the editor by itself isn't going to do much for the forum.
(2018-04-15, 11:04 AM)venkadeshcivil Wrote: [ -> ]At present, I'm using the Netpen theme which is a mobile responsive theme for mybb. The editor is working properly in the desktop. But the editor width is too small and difficult to type in mobile and also the vertical scroller is not working in mobile. Is there any way to make it full width in mobile and make the vertical scroller to work?

Forum link

Screenshot: 

I will suggest you to convert the newthread template to div and using media queries to make it responsive.
or
You can use hide the smiley table to make the editor look better on handheld devices. But this is also not a clen solution.
or
Another solution is to use a different editor or modify SCEditor yourself.
You can use TinyMCE editor, I have used it before and it was working quite good.
https://wallbb.co.uk/adding-tinymce-editor-mybb/
(Ofcourse this is quite basic and you will need to modify js yourself)

Good luck Smile
WallBB
Adding HTML in posts is quite risky for public forums, instead i will suggest you this https://community.mybb.com/thread-185862.html