llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 411 forks source link

Calligra touch responsiveness is really bad on smartphone #955

Closed llaske closed 2 years ago

llaske commented 3 years ago

On small screens like smartphone, touch responsiveness of Calligra activity is really bad.

image

It's hard to use the activity.

rahulkiller104 commented 3 years ago

@llaske can you explain this issue in more detail?

llaske commented 3 years ago

@rahulkiller104 It's related to precision (detection of cursor location). With fingers and when the screen is small it's hard to follow the letter. All the logic is here. I think this code works for cursor/big screen but is not efficient for touch/small screen.

rahulkiller104 commented 3 years ago

@llaske thanks for explaintion

llaske commented 2 years ago

Fixed in https://github.com/llaske/sugarizer/commit/955c0934f26444ab4e9362dc68ba5a8cf4792f05