@schneideress/dashboardframework 0.0.167 → 0.0.168

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -512,12 +512,12 @@ var RADashboardResponsiveService = /** @class */ (function () {
512
512
  this.currentResInfo = this.resInfo[3];
513
513
  }
514
514
  else {
515
- if (this.IsMobile) {
516
- if (screen.orientation.angle == 0)
517
- this.screenWidth = screen.width;
518
- else if (screen.orientation.angle == 90)
519
- this.screenWidth = screen.height;
520
- }
515
+ // if (this.IsMobile) {
516
+ // if (screen.orientation.angle == 0)
517
+ // this.screenWidth = screen.width;
518
+ // else if (screen.orientation.angle == 90)
519
+ // this.screenWidth = screen.height;
520
+ // }
521
521
  this.currentResInfo = this.resInfo.filter((/**
522
522
  * @param {?} item
523
523
  * @return {?}