Closed
Bug 1099014
Opened 11 years ago
Closed 11 years ago
In Loop application, user can access to Settings in device
Categories
(Firefox OS Graveyard :: Gaia::Loop, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lolimartinezcr, Unassigned)
References
Details
(Whiteboard: [mobile app])
flame
user
v2.0
188based
Gecko-aaf47aa
Gaia-28991b2
Loop version: 1.1 , 38eadf0
Prerequisites:
Wifi disabled
Devices loggued out in Loop application or not registered in Loop application.
STRs:
1. Clicks Loop application.
2. Clicks "Use Phone number"
3. Clicks "Check settings" and enable wifi connection.
4. Clicks "Back" button (left arrow) and "Done" button. -> Go back to Loop application in "User phone number"screen.
5. In "User phone number" screen, drag finger to the next screen.
Actual result:
Settings screen is open. (See attached video)
Expected result:
Device doesn't show settings screen.
| Reporter | ||
Comment 1•11 years ago
|
||
Video: http://youtu.be/h1j8zHAgPsw
Comment 2•11 years ago
|
||
I think that there is not bug here. We launch an activity to show settings app displaying items only related to connectivity:
var activity = new window.MozActivity({
name: 'configure',
data: {
target: 'device',
section: 'root',
filterBy: 'connectivity'
}
});
Once users close the activity, this is kept running in background so by means of edge gesture implemented in FFOS 2.0 we can navigate to settings app from Loop because this is the way how this works (settings is in the task switcher)
This behavior, ok or wrong from interaction point of view, is out of Firefox Hello app.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•