-
Notifications
You must be signed in to change notification settings - Fork 112
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
Updated event registration to fix no scrolling on mobile and event registration failure if jQuery not loaded. #76
base: master
Are you sure you want to change the base?
Conversation
@MatthewBacalakis Thank you for this solution. It solves the original problem. But now that I can scroll on the page on mobile device, I can no longer interact with the cropper, it's here and loaded, but can't move the crop section inside canvas nor resize the crop section. Any tips to solve this new problem ? |
I have noticed this happen sporadically even before my changes. It seems to be related to the size of the cropper. It doesn't happen for me when I give the cropper a specific size well smaller then the dimensions of the containing page. |
Yes that's it. To solve this I used de specific size on the cropper and I also had to do the pull request #32. I thought it was in your pull request too, so I did not do it. |
Great! Glad it helped and sorry for the confusion! |
Thank you @MatthewBacalakis, your solution works great! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed my problem! Thanks!
Fixing two issues related to event registration.