Is there a correct way to lock screen orientation?
Setting an interval to lock the rotation feels dirty...
Hey Tony — you could listen to orientation changes using the following event:
Framer.Device.on "change:orientation", ->____print this.orientation
1 Comments