Open dholbert opened 9 years ago
I get similar results when I try to tap the "Setup" tab, when I'm in an IRC channel tab.
Indeed, we've seen Flames with really poor ability to detect touches near the edge of the screen. I wonder if expanding the height of the tabs help. @dholbert , can you remote debug via webIDE, use the inspector to add to the height of tabs, and see if that helps?
Indeed, we've seen Flames with really poor ability to detect touches near the edge of the screen.
Yup, I had one of those. :) I don't think that's the problem here, though, because:
@dholbert , can you remote debug via webIDE, use the inspector to add to the height of tabs, and see if that helps?
That does indeed help. (I gave <x-tabbar>
a height of 120px.) I can still reproduce the problem when tapping near the top of the tabs, though (before I've successfully switched).
My STR:
EXPECTED RESULTS: Switch to private message tab. ACTUAL RESULTS: Nothing happens, or the keyboard comes up. After repeated mashing of the screen area around the tab, I can eventually get it to trigger, but it takes a while. Something is really whack about the touch events for that tab.