-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile Collapse Timer #13
Comments
Hi, I have implemented slimmenu on a couple of sites recently. I didn't find touch devices to cause the problem you have outlined. I have an ipod running iOS 3.13 and it handles the menu well, albeit slowly and after a tweak to the code. I have also tested on my ipad 2 and other devices via browserstack. Feel free to view my site http://www.richardalbion.com and let me know if you get the same effect? Regards |
I don't see any menus on any of those sites that use the slimmenu... am I missing something? |
The slimmenu code is loaded dynamically within loadscripts.min.js so not the same setup exactly. You should see the menu at the very top of each page. On this site sub menus aren't required but I'm working on another site right now that does and, again, I haven't seen any issues like what you describe. I will double check though... |
The menu I'm referring to has 20 items in the first column, each of which expand containing another 4 - 18 sub menu items. http://www.crystalclassics.com/dev/ I have stopped style work until I figure out what to do with the mobile issue I'm seeing. |
I notice you have a lot more structure built into the list than what I'm working with. I stick with clean list items containing links, nothing more. Another thing I found was that the css 'inline-block' style means you need to check there's no whitespace between list items or you get spacing issues e.g. for columns with percentage widths. I would try to simplify the menu structure and see if you still get the same issues. |
Thanks for your input. I only see the issue on my phone now, but I think it might be me. I'm now having z-index issues between the collapsed menu and a wowslider. I just have to remember how I fixed it before. |
When viewing on touch devices... I open a submenu and if it is longer than the screen is high, when I try to scroll the menu collapses. On both iOS and Android so far as I can test.
The text was updated successfully, but these errors were encountered: