thingiview.js icon indicating copy to clipboard operation
thingiview.js copied to clipboard

ignores thingiview.setRotation(false); on load

Open Pandryl opened this issue 12 years ago • 2 comments

Also seems to ignore the thingiview.setRotation(false); and auto rotates to start anyways.

Pandryl avatar Dec 19 '12 20:12 Pandryl

I am having the same problem...

ubaldomattos avatar Aug 09 '13 14:08 ubaldomattos

I have added this code

setTimeout(function(){
            thingiview.setRotation(false);
        }, 500)

and seemed to stop the rotation for me

wswapped avatar Aug 25 '18 14:08 wswapped