On LiveCode (on my computer) I'm able to rotate the image, but when I've built it as an iOS/Android app and installed it on the mobile phones the image could not be rotated.
I'm just using a simple script on a button:
Code: Select all
on mouseUp
rotate img "mypic" by 90
end mouseUp
I'm using LiveCode 6.7. Tested on Sony Xperia v4.4.4 and iPod v8.1.
Thanks,
Vikki.