-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Remove hammerjs dependency? #218
Comments
Hi thank you for your interest in this project. I'm trying to release v8.0.0 as stable version, but I still need to write a test and the new doc website. Next, I can try to schedule requests and so on.
I don't remember If I made experiments about this, however I don't consider this something with high priority.
This is challenging because it may require many changes to layout and CSS. So I don't expect to implement it, in particular because some users are still using the library on IE11. Probably, the only way to do it smoothly is to remove IE11 compatibility and redesign modal view in a smarter way, without considering obsolete browsers. This is probably the right direction to clean up CSS/HTML and speed up development of UI changes. Any contribution is welcome, however, as I sad, at the moment I want to complete v8.0.0 so If you want to help me to update doc website (here https://github.com/Ks89/angular-modal-gallery-2020-v8.github.io) or add the missing spec file of modal-gallery component (https://github.com/Ks89/angular-modal-gallery/blob/develop/projects/ks89/angular-modal-gallery/src/lib/components/modal-gallery/modal-gallery.component.ts), we can speed up development. |
About point 1, I found this older issue #158. Hammer support is very bad. There are tons of older issues without answers. |
Thanks to the info. |
…age swipe events #218 Signed-off-by: Stefano Cappa <stefano.cappa.ks89@gmail.com>
Finally I'm working on this and I implemented a custom directive inspired by |
Thanks for the info, I ended up moving to photoswipe to achieve pintch-zoom and swipe left-right to change images on mobile. |
…age swipe events #218 Signed-off-by: Stefano Cappa <stefano.cappa.ks89@gmail.com>
I'm submitting a...
Current behavior
Documentation says that I need to install hammerjs
Expected behavior
Recent versions of material removed the dependency of hammerjs and also it seems that the current gallery I'm using managed to do it too:
angular-gallery
So I was wondering if this is also the direction here.What is the motivation / use case for changing the behavior?
Reduce dependencies
Other comments
I'm not using this library but I want to migrate out of a library that has stopped being maintained.
I'm considering my options.
What I basically need is the ability to open a set of images and allow the user to change them (enlarge them).
The behavior can be seen here:
https://israelhiking.osm.org.il/poi/OSM/node_2209019954?language=he
By clicking the image the gallery opens and shows the images.
What is currently missing:
As a side note, the documentation page is returning a 404 right now.
I would love to help out and test/contribute/whatever you need. This is a nice feature which I would like to keep up-to-date and I'm really impressed by the rate of your releases.
The text was updated successfully, but these errors were encountered: