Skip to content

Commit 4dd83ce

Browse files
Merge pull request #352 from rdkcentral/fix/dynamic_resolution
Added support for dynamic resolution
2 parents 4149ede + b8534a1 commit 4dd83ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Application/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ export default function(App, appData, platformSettings) {
130130
.then(() => {
131131
Metrics.app.loaded()
132132

133+
this.w = this.config.stage.w
134+
this.h = this.config.stage.h
135+
133136
AppData = appData
134137

135138
AppInstance = this.stage.c({

0 commit comments

Comments
 (0)