Closed
Bug 1009384
Opened 11 years ago
Closed 10 years ago
[tarako] Run from the marketplace to download flashlight, cell phone interface display black lighting, lighting function can not be achieved
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(blocking-b2g:-, b2g-v1.3T affected)
People
(Reporter: yaoyao.wu, Unassigned)
References
Details
(Whiteboard: [sprd307993])
run the flashlight downloaded from marketplace,open the phone lighting interface , the screen is black ,while the contrast machine display a white screen
the code of flashlight is as follows:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Flashlight</title>
</head>
</html>
The application does not set the background color, just use the default background color.
add body{background:#fff;} in flashlight code ,the screen display a white screen
Flags: needinfo?(ttsai)
Flags: needinfo?(styang)
Comment 2•11 years ago
|
||
3rd-part apps won't block 1.3T release.
blocking-b2g: 1.3T? → -
Flags: needinfo?(ttsai)
Flags: needinfo?(styang)
Updated•11 years ago
|
Whiteboard: [sprd307993]
Updated•11 years ago
|
status-b2g-v1.3T:
--- → affected
Comment 3•10 years ago
|
||
Mass update: Resolve wontfix all issues with legacy homescreens.
As of 2.6 we have a new homescreen and having these issues open is confusing. All issues will block bug 1231115 so we can use that to re-visit any of these if needed.
You need to log in
before you can comment on or make changes to this bug.
Description
•