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
On iOS (6.1) event Lib.current.stage.addEventListener(Event.RESIZE, resize); triggers only once when I am rotating device. It was ok before, not sure why its not working now ....
This code not working too:
Lib.current.stage.shouldRotateInterface = function (orientation:Int):Bool
{
return true;
}
public static method not accessible for cpp compilation
The text was updated successfully, but these errors were encountered:
On iOS (6.1) event Lib.current.stage.addEventListener(Event.RESIZE, resize); triggers only once when I am rotating device. It was ok before, not sure why its not working now ....
This code not working too:
Lib.current.stage.shouldRotateInterface = function (orientation:Int):Bool
{
return true;
}
public static method not accessible for cpp compilation
The text was updated successfully, but these errors were encountered: