Updated event registration to fix no scrolling on mobile and event registration failure if jQuery not loaded.#76
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! |
Fixing two issues related to event registration.