Mobile: Mybb

Make the Admin CP usable on mobile.

Replace or modify the default MyBB theme with a fully responsive one. mybb mobile

@media (max-width: 768px) .wrapper width: 100%; padding: 10px; .postbit float: none; width: 100%; .navigation, .breadcrumb font-size: 14px; .quick_login input, .search input width: 100%; Make the Admin CP usable on mobile

<img src="placeholder.jpg" data-src="actual-image.jpg" class="lazyload"> If modifying MyBB core is not desired, build a mobile app that consumes MyBB’s XML-RPC or JSON API (via plugins like MyBB API ). .postbit float: none

document.querySelector('textarea').addEventListener('input', function() this.style.height = 'auto'; this.style.height = (this.scrollHeight) + 'px'; ); (Advanced) Turn MyBB into an installable mobile app.

Simplify the default MyBB editor for mobile.