CyberAP Well-known member Jul 21, 2013 #1 For example click on New Posts and try to swipe left on the pagination links. It will shift them to left, but no new links will appear. I think it should skip to the next 5 pages, without any blanks as it's now. Tested on iPhone 5, iOS 6.1.4.
For example click on New Posts and try to swipe left on the pagination links. It will shift them to left, but no new links will appear. I think it should skip to the next 5 pages, without any blanks as it's now. Tested on iPhone 5, iOS 6.1.4.
Mike XenForo developer Staff member Jul 22, 2013 #3 This shouldn't be swipable. It's actually overflow: hidden which shouldn't allow scrolling.
CyberAP Well-known member Jul 22, 2013 #4 Scrolling is caused by jQuery. But having it properly swipeable would be really nice.
Mike XenForo developer Staff member Jul 22, 2013 #5 Fixed (not rolled out here). In this case, we don't want the standard touch event stuff that you might want in another scrollable system.
Fixed (not rolled out here). In this case, we don't want the standard touch event stuff that you might want in another scrollable system.