Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14495] applyProperty vs set individual property inconsistencies on Android

GitHub Issuen/a
TypeBug
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.1.1
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterRick Blalock
AssigneeUnknown
Created2013-07-08T18:20:28.000+0000
Updated2018-02-28T20:04:25.000+0000

Description

Settings this using applyProperties does not work: view.applyProperties({ width: App.currentOrientation == "portrait" ? tileWidthPortrait : tileWidthLandscape, portrait: { width: tileWidthPortrait }, landscape: { width: tileWidthLandscape } }); But doing it programmatically does: tile.portrait = { width: tileWidthPortrait }; tile.landscape = { width: tileWidthLandscape };

Comments

No comments

JSON Source