Closed
Bug 1180803
Opened 10 years ago
Closed 10 years ago
Unable to switch homescreen
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nick, Unassigned)
Details
(Keywords: foxfood)
Was this feature removed from Gaia? I have a really neat WebGL homescreen I worked on a while ago, would love to publish + use.
Comment 1•10 years ago
|
||
I'm able to switch homescreens. Have you installed another app role=homescreen? Do you not seen the homescreens option in settings?
Flags: needinfo?(nick)
Reporter | ||
Comment 2•10 years ago
|
||
Settings > Homescreen > Layout Icon Layout Three Columns or Four Columns
is all I see. Maybe the app is not sideloaded correctly from WebIDE, or there's some new stuff I need?
my manifest looks like:
{
"name": "cubes",
"description": "3d homescreen",
"launch_path": "/cubes/cubes.html",
"type": "web",
"role": "homescreen",
"type": "certified",
"permissions": {
"webapps-manage": {},
"systemXHR": {}
}
}
Flags: needinfo?(nick)
Comment 3•10 years ago
|
||
There are two entries in Settings now, Homescreen and Homescreens. Yeah, it's a little confusing I know. Homescreens is the one you want, and it is farther down the list than Homescreen.
Reporter | ||
Comment 4•10 years ago
|
||
Ah, yeah you have to install another homescreen first. When I do this, and choose to change the homescreen, it gets stuck in an alert loop "File not found. The device can't display this page because the file cannot be found. Close." As long as I don't kill the settings app, I can switch back to it and reset the homescreen to get out of the loop. I wonder if there's an issue with the launch_path not being "index.html" for my app?
Comment 5•10 years ago
|
||
can you paste your manifest?
Reporter | ||
Comment 6•10 years ago
|
||
Here's mine for testing: https://github.com/nickdesaulniers/3DHome
Updated•10 years ago
|
QA Whiteboard: [foxfood-triage]
Comment 7•10 years ago
|
||
For master we can use Home Screens panel to switch between homescreens,
And you can refer verticalhome manifest to double check if your own homescreen works as well
https://github.com/mozilla-b2g/gaia/blob/master/apps/verticalhome/manifest.webapp
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•