-
Notifications
You must be signed in to change notification settings - Fork 185
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
feat(HorizontalScroll): add scrollOnAnyWheel #4390
Conversation
SevereCloud
commented
Mar 3, 2023
- closed [Feature]: Возможность горизонтального скролла через скролл мышки в HorizontalScroll #4367
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 76afb78:
|
size-limit report 📦
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4390 +/- ##
==========================================
+ Coverage 80.80% 80.82% +0.02%
==========================================
Files 336 336
Lines 8944 8955 +11
Branches 2948 2950 +2
==========================================
+ Hits 7227 7238 +11
Misses 1717 1717
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
👀 Styleguide deployedSee the styleguide for this PR at https://vkcom.github.io/VKUI/pull/4390/ |
aed6101
to
76afb78
Compare
ребята, так нельзя делать, тк это ломает тачпад |
мы пока сделали потаскуху через "драг мышкой" |
@nmoiseev777 можно больше подробностей. Проверял на маковском тачпаде, все прекрасно работает |
Пример можно сделать вот здесь https://codesandbox.io/s/vkui-typescript-wiri09 |
в идеале, ты хочешь сделать так, чтобы скролл работал только по колесику мыши, тк в случае с тачпадом не нужен вертикальный скролл (тем более скачками), но нормально это реализовать (проверку устройства или имитацию "нативного" скролла) в js нельзя. |
На vk.com/feed истории прокручивается через тачпад. В нативном телеграме тоже тачпадом в любые стороны скроллится |
если это всех устраивает, кто я такой, чтобы стоять на пути прогресса |