-
Notifications
You must be signed in to change notification settings - Fork 38
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
Hammer.js is not loaded #52
Comments
Got the same thing today. ERROR Error: Hammer.js is not loaded, can not bind swipeleft event |
Hmmm, strange. I am unable to reproduce. import 'hammerjs'; Did you make any local changes? |
@clbond I did a little digging since we were running into some similar issues. I wasn't able to reproduce in the |
Did you import |
Make sure you are using |
Unless you use custom baseUrl and path. Then you will have to use |
When try to use Hummer.js on demand-express example get error from NodeJS: Error: Hammer.js is not loaded, can not bind swipeleft event
The text was updated successfully, but these errors were encountered: