[TIMOB-17259] LiveView, Alloy: changes are applied only to the last opened app
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.3.0 |
Fix Version/s | n/a |
Components | LiveView |
Labels | qe-3.3.0, usability |
Reporter | Federico Casali |
Assignee | Praveen Innamuri |
Created | 2014-07-01T22:21:03.000+0000 |
Updated | 2015-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
JSON Source