Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17259] LiveView, Alloy: changes are applied only to the last opened app

GitHub Issuen/a
TypeBug
PriorityHigh
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.3.0
Fix Version/sn/a
ComponentsLiveView
Labelsqe-3.3.0, usability
ReporterFederico Casali
AssigneePraveen Innamuri
Created2014-07-01T22:21:03.000+0000
Updated2015-11-27T02:49:18.000+0000

Description

Problem description

Using Alloy, LiveView changes are applied to the last opened and running app. Using a Titanium Classic app, it works as expected on all the running app/devices. This is how Alloy was working also using LiveView 1.0.3, so it is not a regression.

Steps to reproduce

1. Create an Alloy new project, enable LiveView and run (for example on Android) 2. Change some code (for example a label) Result: app runs and LiveView works as expected. Changes are applied correctly. 3. Build run on another device/platform (for example, iOS) Result: app runs and LiveView works as expected in the last opened app (iOS). After changing code, on the previous one (on Android, in our example), the app seems to refresh, but no changes are being applied.

Comments

  1. Bert Grantges 2015-05-27

JSON Source