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

dont intercept when floating action button is clicked #88

Merged
merged 1 commit into from
Mar 18, 2015
Merged

dont intercept when floating action button is clicked #88

merged 1 commit into from
Mar 18, 2015

Conversation

kevintanhongann
Copy link
Contributor

Fixes touch issue of floating action button for larger screens.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.69% when pulling 32c78d5 on kevintanhongann:master into 1f0575f on ksoichiro:master.

@ksoichiro ksoichiro merged commit 32c78d5 into ksoichiro:master Mar 18, 2015
ksoichiro added a commit that referenced this pull request Mar 18, 2015
@ksoichiro
Copy link
Owner

@kevintanhongann Thank you!

@kevintanhongann
Copy link
Contributor Author

I have to double check this solution since the touch area only covers half of the floating action button though clipChildren is false already.

@yaroslavyadrov
Copy link

I faced with same problem in my project. Tip: do something like: elementRect.[side] += [some int value]; Determine right value experimentally, because some clicks do not fall into Rect area correctly. P.S.: U may delete this comment if I told sh*t, maybe I did it wrong.

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

Successfully merging this pull request may close these issues.

None yet

4 participants