-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Slider's thumbs are not clickable/dragable in angular 11 with core-js@3 #142
Comments
Have this been worked on? Also not working with Angular |
This is fixed if you import hammerjs package wherever in the app import 'hammer.js'; |
I already had hammer.js imported |
Solved? I have a similar problem. When importing carousel as remote on Shell, touch doesn't work |
@ncanino What version of Angular and Alyle UI are you using? |
Angular 15.2.7 This is both on the remote and on the Shell. The nice thing is that even if I don't use the remote and move the component on the Shell the touch doesn't work. It would be best not to apply the ng-reflect |
@ncanino carousel seems to have problems importing hammer js in remote or in shell. |
@Enlcxx Thanks so much for the information. Where do I find directions for using a native one? Should I replace hammer.js from remote or import to shell? |
@ncanino You can try importing hammerjs to the shell, if it doesn't work I will have to make internal changes to the carousel, just as I did with the slider, the slider no longer depends on hammer.js |
🪲 Bug report
Describe the bug
Slider's thumbs are not clickable/dragable in angular 11 with core-js@3
Minimal Reproduction
Steps to reproduce the behavior:
https://stackblitz.com/edit/angular-11-alyleui-slider
Which versions of Angular, Alyle UI, OS, TypeScript, browsers are affected?
Alyle UI Version:
"@alyle/ui": "^10.4.0",
Angular Version:
If I change the core-js to v2 it works in the demo, but angular 11 installs core-js@3
The text was updated successfully, but these errors were encountered: