Hello,
I use Autorotation for default orientation with "all allowed orientation" selected. but when I wrote in my script "Screen.orientation = ScreenOrientation.Landscape;" to force it, all event are not enable (NGUI debug log nothing on device)
If I comment //Screen.orientation = ScreenOrientation.Landscape; all work fine... buttons, slider...
UIRoot is fixedSizeOnMobiles 720/320/1536
Unity 4.5.1, IOS 7 on Iphone 5S, NGUIi 3.6.7
Thanks