Quote:
Originally Posted by pythonian4000
Thanks :-) It works now! Starts fine, GUI is much better, and I like the multiple selecting for deletion.
One big problem: the drag-scrolling you added to the comic view makes it almost impossible to press the regions. Only one tap in 10-20 will register as a "next page" etc, the rest are interpreted as minute scrolls. Is a two-finger scroll possible? Either that, or place some minimum movement on drags.
|
Any chance to have some screenshots?
Is the GUI correct?
Are the touch areas placed where they must be?
The scroll thing is strange because I already faced that problem: I added a control on the amount of scrolling and a control on the time you keep scrolling.
If one of them is too short, the gesture isn't interpreted as a swipe but as a tap.
I'll try reworking it (maybe simulating two fingers gesture in JS!)....