Closed
Bug 905293
Opened 11 years ago
Closed 11 years ago
[FIG] Hard to swipe between panels on tablets
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(fennec26+)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
fennec | 26+ | --- |
People
(Reporter: ibarlow, Assigned: sriram)
References
Details
We need to adjust the swipe threshold for moving between panels on the Awesomescreen.
It's easy to do on phones, but on tablets the threshold is larger than what can comfortably be achieved by a thumb swipe.
Updated•11 years ago
|
tracking-fennec: --- → ?
Updated•11 years ago
|
OS: Mac OS X → Android
Hardware: x86 → All
Updated•11 years ago
|
Assignee: nobody → lucasr.at.mozilla
tracking-fennec: ? → 26+
Updated•11 years ago
|
Assignee: lucasr.at.mozilla → sriram
Assignee | ||
Comment 1•11 years ago
|
||
What's needed here?
Updated•11 years ago
|
Flags: needinfo?(ibarlow)
Reporter | ||
Comment 2•11 years ago
|
||
A smaller swipe threshold for switching panels, so that you can comfortably swipe with your thumb to move from panel to panel.
Flags: needinfo?(ibarlow)
Assignee | ||
Comment 3•11 years ago
|
||
Hacking the thumb tracking logic will make us re-write entire ViewPager tracking. At this point in the cycle, that approach feels scary. Also, we have a TabWidget in tablets, that the users can tap to switch between pages -- instead of relying on scrolling between pages. Shall we mark this WONTFIX or track it for 27?
Comment 4•11 years ago
|
||
(In reply to Sriram Ramasubramanian [:sriram] from comment #3)
> Hacking the thumb tracking logic will make us re-write entire ViewPager
> tracking. At this point in the cycle, that approach feels scary. Also, we
> have a TabWidget in tablets, that the users can tap to switch between pages
> -- instead of relying on scrolling between pages. Shall we mark this WONTFIX
> or track it for 27?
We could probably override ViewPager's touch handling and add some logic "on top" of the default behaviour. However, this is prone to breaking the ViewPager in subtle ways.
Unless ibarlow feels strongly about it, I'm leaning towards a WONTFIX here.
Comment 5•11 years ago
|
||
(In reply to Lucas Rocha (:lucasr) from comment #4)
> We could probably override ViewPager's touch handling and add some logic "on
> top" of the default behaviour. However, this is prone to breaking the
> ViewPager in subtle ways.
>
> Unless ibarlow feels strongly about it, I'm leaning towards a WONTFIX here.
Overriding the built-in behavior is always worrisome. We lose any platform fixes and future changes. We also add our own bugs.
I'd like to vote for WONTFIX too.
Comment 6•11 years ago
|
||
It might be interesting to look at the homescreen launcher for Tablets and see if they're using different values here. While its not a ViewPager, I'd expect they're using the same system values and should have similar behavior.
Do you find the homescreen hard to flip on the same device ian?
Reporter | ||
Comment 7•11 years ago
|
||
I would say the Android home screen and our Awesomescreen are equally hard to swipe through. Which gives me an uneasy feeling about the future of this bug :(
Reporter | ||
Comment 8•11 years ago
|
||
I guess it's a wontfix for now
:(
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•