Merge pull request #3279 from NativeScript/issue-3270

Fix: Android platform.screen.mainScreen props are not invalidated aft…
This commit is contained in:
Rossen Hristov
2017-01-03 10:24:20 +02:00
committed by GitHub
9 changed files with 95 additions and 23 deletions

View File

@@ -205,6 +205,7 @@ class IOSApplication implements definition.iOSApplication {
break;
}
common._onOrientationChanged();
typedExports.notify(<definition.OrientationChangedEventData>{
eventName: typedExports.orientationChangedEvent,
ios: this,