Open bastionkid opened 3 months ago
Right side of screen taps are not accurate, don't think it is fixed.
Right side of screen taps are not accurate, don't think it is fixed.
@VEZE Good observation. That was happening because of redundant clamping that was being applied. It is fixed in this commit.
After clamping removal
https://github.com/user-attachments/assets/206b0e1c-f817-4204-8dd3-f77a13fa5921
Hey, this looks great. Did you test the behavior when you scroll while zoomed in? Mind posting the video?
Fixed the
mPosX
&mPosY
values so that double tap to zoom does not cause the actual pdf bitmap to go out of screen bounds.After applying the fix
https://github.com/user-attachments/assets/206b0e1c-f817-4204-8dd3-f77a13fa5921