MobileSheets Forums
Random lines appear during annotations - Printable Version

+- MobileSheets Forums (https://www.zubersoft.com/mobilesheets/forum)
+-- Forum: Support (https://www.zubersoft.com/mobilesheets/forum/forum-1.html)
+--- Forum: MobileSheets (Android) (https://www.zubersoft.com/mobilesheets/forum/forum-23.html)
+--- Thread: Random lines appear during annotations (/thread-11292.html)



Random lines appear during annotations - SteveB - 03-31-2024

Hi,

I am using a Samsung Galaxy S9 Ultra tablet.

Often, when I make annotations an angled line streaks across the page, but I am not creating that line.

When I select the eraser I only need touch the line anywhere and it is instantly deleted, leaving one dot where the line originated or ended (I don't know which).  I can erase the dot, and I'm good to go.

I know this all sounds strange, so I have added a short video.

https://www.dropbox.com/scl/fi/qvqtu5cf5yo1vw1vvrwpm/2024-03-30-10.29.26.mp4?rlkey=zpmr1b2erym8xye1jeo129511&dl=0

My suspicion is that my palm touching the screen is doing something to create this, but that is only a guess on my part.

Thanks so much,

-Steve


RE: Random lines appear during annotations - Zubersoft - 03-31-2024

I'll have to see if I can reproduce that on my S8 Ultra. It's definitely think it's related to your palm touching the screen, as I vaguely remember seeing something like that while stress testing touch input processing.

Mike


RE: Random lines appear during annotations - Zubersoft - 03-31-2024

I can't seem to reproduce the issue. Are there specific steps I should take to cause it to occur? I was sliding my hand all over the page while annotating with the pen, trying to have my hand half off the screen, half on while drawing with the pen, etc. Not once did I see a line/streak like in your video, so I'm at a loss to know what to do.

Thanks,
Mike


RE: Random lines appear during annotations - SteveB - 04-02-2024

(03-31-2024, 04:00 AM)Zubersoft Wrote: I can't seem to reproduce the issue. Are there specific steps I should take to cause it to occur? I was sliding my hand all over the page while annotating with the pen, trying to have my hand half off the screen, half on while drawing with the pen, etc. Not once did I see a line/streak like in your video, so I'm at a loss to know what to do.

Thanks,
Mike

Hi Mike,

I'm sorry for the delay in replying to you, I've been tied up with the Easter holiday.

Here is another video and I may have isolated something that contributes to the random lines.

https://www.dropbox.com/scl/fi/r1sgosl2a14wtmbaxdtda/2024-04-01-12.54.43.mp4?rlkey=1vcli6vlyk3x3ljkh9u2aobd8&dl=0

FYI - I don't consider this a major problem, and especially since I'm the only one that seems to experience it, you may want to consider this low priority.

Thanks as always,

-Steve


RE: Random lines appear during annotations - Zubersoft - 04-02-2024

Okay, that makes sense - you are using the vertical scrolling display mode, and touch input is being generated for multiple pages at once which is triggering conflicts in the logic. I'll look into that. As a side note, you may want to consider enabling stylus mode in the annotation settings. That will reject all touch input but still allow touch input for panning or zooming. You can disregard that if you already have stylus mode enabled.

Thanks,
Mike


RE: Random lines appear during annotations - Zubersoft - 04-02-2024

I've got a fix in place for this for the next update. The issue has to do with the palm rejection/S-Pen handling on the newer Samsung tablets. If you are touching the screen with your finger and hover the S-Pen over the screen, it immediately cancels out any further touch actions from your hand and only accepts input from the S-Pen. This means that, even though the app detecting a touch down and is waiting for a touch up, another touch down triggers when the S-Pen touches the screen instead, causing a scenario that should be impossible given how Android touch events work. In order to combat this, I added code that detects when a touch down event has occurred even though one was already received and resets the state before processing the new touch down.

Thanks,
Mike


RE: Random lines appear during annotations - SteveB - 04-02-2024

Mike,

You are all over it, as usual Smile

Thanks so much !!

Steve


RE: Random lines appear during annotations - SteveB - 05-11-2024

Mike,

I'm very late on this, but I wanted to comment that since you made the changes documented in this post, EVERYTHING about making annotations works better !!

Gone is the "feature" where it took 2 strokes of the pen before annotations started, and in general everything is smoother and closer mimics using a pencil on paper.

I just wanted to follow up and let you know that this was a very good update.

Once again, thank you for all your hard work making MS a fantastic product !!

-Steve


RE: Random lines appear during annotations - Zubersoft - 05-11-2024

I'm glad to hear that Steve! Thanks for following up.

Mike