You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found that when I enable image rotation AND have the code present for uploading the image result to my server, the rotate buttons do not work on mobile devices only. The demo examples show one or the other, not both, so I am not sure if this is a bug or an issue on my end. The rotate left or rotate right buttons don't do anything on a mobile device, HOWEVER, they work fine in a desktop browser. My code is:
Can anyone help determine if this is a bug or am I doing something very wrong?? I have tried googling this for hours on end, tried using touchstart instead of click thinking the mobile devices are not creating an actual click event, absolutely nothing I try helps. Everything functions perfect in a desktop browser (not Safari though), but the rotate buttons do nothing in a mobile device. The other stuff works fine (File pick and Upload) on a mobile device, just nothing on the rotate. I have also tried tons of different ways for the buttons as well, no help.
Any insight would be helpful. Thanks.
The text was updated successfully, but these errors were encountered:
I know this is old, I dropped the ball on responding to you. I doubt you're still having the problem, but you can try 2.5.2 and the issue may be fixed in there. Rotation has been changed quite a bit.
I have found that when I enable image rotation AND have the code present for uploading the image result to my server, the rotate buttons do not work on mobile devices only. The demo examples show one or the other, not both, so I am not sure if this is a bug or an issue on my end. The rotate left or rotate right buttons don't do anything on a mobile device, HOWEVER, they work fine in a desktop browser. My code is:
and the html:
Can anyone help determine if this is a bug or am I doing something very wrong?? I have tried googling this for hours on end, tried using touchstart instead of click thinking the mobile devices are not creating an actual click event, absolutely nothing I try helps. Everything functions perfect in a desktop browser (not Safari though), but the rotate buttons do nothing in a mobile device. The other stuff works fine (File pick and Upload) on a mobile device, just nothing on the rotate. I have also tried tons of different ways for the buttons as well, no help.
Any insight would be helpful. Thanks.
The text was updated successfully, but these errors were encountered: