Open Exlord opened 3 years ago
Have this been worked on? Also not working with Angular v12.0.0-next.8
This is fixed if you import hammerjs package wherever in the app
import 'hammer.js';
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
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. So the only solution for carousel is not to use the touch or replace the hammer js with a native one so that the touch works.
@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
:beetle: 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