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

Drawer navigation menu bar not scroll #3

Open
merbin2012 opened this issue Jan 20, 2017 · 6 comments
Open

Drawer navigation menu bar not scroll #3

merbin2012 opened this issue Jan 20, 2017 · 6 comments

Comments

@merbin2012
Copy link

Really it is working perfect, but only for drawer effects, when I trying to scroll the drawer menu bar, it is just flickering and reduce the drawer menu size.

@Dimosthenis
Copy link

I think I know what problem you mention.
If inner elements are taller than the drawer, trying vertical scroll cause drawer to partially hide.

I fixed it by removing "panstart" event in line 62:
TouchMenuLA.prototype.touchStartMenu = function () { menuHammer.on('panstart panmove', function (ev) { ...

leaving only "panmove" event

@merbin2012
Copy link
Author

Thanks for your reply, I will try and reply to you is it fixed or not.

@merbin2012
Copy link
Author

merbin2012 commented Feb 9, 2017

NO it is not working, when I press the drawer it will going inside(drawer is close).

@Dimosthenis
Copy link

Dimosthenis commented Feb 10, 2017

Try removing all panstart events. If still not working could you pls post a link with your example?

@merbin2012
Copy link
Author

Ok sure, after reach home I will post it!! Thank you very much.

@Lenndev
Copy link

Lenndev commented Apr 4, 2018

@merbin2012 @Dimosthenis is this problem solved? cause i encounter it in version 0.5.0

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

3 participants