Skip to content
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

Closed
ghost opened this issue Nov 5, 2013 · 6 comments
Closed

Mobile Collapse Timer #13

ghost opened this issue Nov 5, 2013 · 6 comments

Comments

@ghost
Copy link

ghost commented Nov 5, 2013

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.

@ralbion
Copy link

ralbion commented Nov 6, 2013

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

@ghost
Copy link
Author

ghost commented Nov 6, 2013

I don't see any menus on any of those sites that use the slimmenu... am I missing something?

@ralbion
Copy link

ralbion commented Nov 6, 2013

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...

@ghost
Copy link
Author

ghost commented Nov 6, 2013

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.

@ralbion
Copy link

ralbion commented Nov 6, 2013

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.

@ghost
Copy link
Author

ghost commented Nov 6, 2013

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.

@ghost ghost closed this as completed Nov 6, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant