d Livros apps

Mybb Mobile Theme Repack Link

$(document).on("swiperight", function(e) { if (history.length > 1) { history.back(); return false; } }); $(document).on("swipeleft", function(e) { // Optional: go forward (if you store next page) // Or just close modal/menu });

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

if($mybb->settings['mobile_swipe_back'] && $GLOBALS['mobile_theme_enabled']) { $GLOBALS['headerinclude'] .= "<script>// swipe code here</script>"; } Another popular feature request – toggles dark/light mode. $(document)

/inc/plugins/gomobile/inc/mobile.js Append this to the mobile.js file: function(e) { if (history.length &gt

Add to mobile.css :