Closed
Bug 564814
Opened 15 years ago
Closed 13 years ago
meta viewport tag: target-densityDpi
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 737090
People
(Reporter: stechz, Unassigned)
Details
Android's browser supports a property called "target-densityDpi". See the commit message here:
https://android.git.kernel.org/?p=platform/external/webkit.git;a=commit;h=f10585d69aaccf4c1b021df143ee0f08e338cf31
Consider implementing this in Fennec. Does this allow anything for web developers that wasn't possible before? I don't think this is a widely used property.
Comment 1•15 years ago
|
||
If nothing else, this could be useful for our chrome pages (like about:home). Instead of "width=480, initial-scale=0.6667" we could use "target-densityDpi=high-dpi, width=device-width, initial-scale=1".
If this were widely implemented (like, by Mobile Safari) then it could also be used in the same way by web developers optimizing for high-dpi displays.
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•