Mybb Mobile Theme _best_ Official

Add to mobile.css :

Below is a for adding a common feature: “Swipe to go back to previous page” (touch gesture support). 1. Locate the Mobile Theme’s JavaScript File Typically found in: mybb mobile theme

$db->insert_query("settings", [ 'name' => 'mobile_swipe_back', 'title' => 'Enable Swipe to Go Back', 'description' => 'Allow users to swipe right to go to previous page.', 'optionscode' => 'yesno', 'value' => '1', ]); In global_start hook: Add to mobile