freny-John / android-quill

Automatically exported from code.google.com/p/android-quill
GNU General Public License v3.0
0 stars 0 forks source link

Pen input triggers double tap - this causes the "missing strokes" people are reporting. #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Stylus only = false
2. Double tap = true
3. Page aspect = any (read below about "missing strokes")

What is the expected output? What do you see instead?
Pen should not try to zoom; on "non-full screen" aspect ratios, making quick 
pen strokes (within the 250ms) causes the double tap to fire. The "missing 
strokes" are apparent in these aspect ratios; however, I suspect the reports 
are due to portrait/landscape where no zoom takes place. Making quick pen 
strokes still causes the "missing strokes" to manifest but with no zoom it is 
not obvious what is happening.

What version of the product are you using? On what operating system?
Latest checked out.

Please provide any additional information below.
Not sure what your intentions are as far as allowing touch input to be used 
with double tap enabled, but to correct the issue with the pen (at least 
temporarily) you can just throw an additional check into HandwriterView at line 
430 for getTouchMajor != 0.0f;

Original issue reported on code.google.com by cfdev...@gmail.com on 17 Oct 2011 at 6:50

GoogleCodeExporter commented 8 years ago
UI will be changed in a future version to disallow that particular combination.

Original comment by vbraun.n...@gmail.com on 18 Oct 2011 at 8:16

GoogleCodeExporter commented 8 years ago
Alright, well best of luck with it.

Original comment by cfdev...@gmail.com on 18 Oct 2011 at 11:49

GoogleCodeExporter commented 8 years ago
Version 6.2 makes the preference UI safe, now only usable combinations can be 
selected.

Original comment by vbraun.n...@gmail.com on 25 Nov 2011 at 8:32