Closed
Bug 1235551
Opened 9 years ago
Closed 9 years ago
Use a similar pan/zoom behavior on Windows touch as on Android
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 789906
People
(Reporter: phlsa, Unassigned)
Details
(Whiteboard: [qx][windows10])
Zooming on Windows using touch is currently pretty terrible because it behaves the same way as zooming with ctrl++/-. The same is true for trackpad zooming on Macs.
We do have great touch-zoom behavior on Android though. If that behavior is implemented in Gecko, can we also use it in our desktop browsers?
Flags: needinfo?(dolske)
Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(mark.finkle)
Comment 1•9 years ago
|
||
The pinch zooming on Android is currently supported via the Gecko-based APZC (async pan/zoom controller), which is also used on some Desktop platforms IIRC. Kats has done a lot of work in this area and might be able to give you a quick summary of whats possible.
Flags: needinfo?(mark.finkle) → needinfo?(bugmail.mozilla)
Comment 2•9 years ago
|
||
Yeah, it shouldn't be too hard to hook it up for Windows at least. OS X will be a bit more difficult since it's a trackpad rather than a touchscreen, and we don't get raw touch events. But still it's something we can try to implement. We have a bug already on file for this, so I'm going to dupe this over.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(bugmail.mozilla)
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Flags: needinfo?(dolske)
You need to log in
before you can comment on or make changes to this bug.
Description
•