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

KindleFire HD Drop-Down Issue with FlexNav #196

Open
jasonalls opened this issue Jul 3, 2015 · 2 comments
Open

KindleFire HD Drop-Down Issue with FlexNav #196

jasonalls opened this issue Jul 3, 2015 · 2 comments

Comments

@jasonalls
Copy link

On the KindleFire HD, when the menu is the full horizontal menu, if you expand a drop down menu it will display then disappear on first click. But when you click it a second time then it will stay visible. When in responsive mode, the menu works perfect.

@cr-dynamic
Copy link

Hi @jasonalls ,
i had the same problem on devices of Apple. My solution for your problem in jquery.flexnav.js on line 124:
Comment or delete the following line:
// $(this).parent('.item-with-ul').siblings().find('ul.flexnav-show').removeClass('flexnav-show').hide();
and paste the following code:
$(this).siblings('ul.flexnav-show').removeClass('flexnav-show').hide();

Greeting
cr-dynamic

@jasonalls
Copy link
Author

Hi cr-dynamic,
Thank you for your reply. I will use your solution to fix my issue. Thanks for taking the time to reply.
Kind Regards,
Jason.

Date: Sun, 23 Aug 2015 12:23:44 -0700
From: notifications@github.com
To: flexnav@noreply.github.com
CC: jasonalls@hotmail.com
Subject: Re: [flexnav] KindleFire HD Drop-Down Issue with FlexNav (#196)

Hi @jasonalls ,

i had the same problem on devices of Apple. My solution for your problem in jquery.flexnav.js on line 124:

Comment or delete the following line:

// $(this).parent('.item-with-ul').siblings().find('ul.flexnav-show').removeClass('flexnav-show').hide();

and paste the following code:

$(this).siblings('ul.flexnav-show').removeClass('flexnav-show').hide();

Greeting

cr-dynamic


Reply to this email directly or view it on GitHub.

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

2 participants