olup / notable

An alternative note-taking app designed specifically for BOOX e-ink devices
GNU General Public License v3.0
221 stars 18 forks source link

Using pen to select topbar's buttons leads to writings artefacts #11

Open olup opened 1 year ago

olup commented 1 year ago

The reason for that is to seek on the editable area provided by the boox sdk. When the toolbar is shown/hidden this area has to change, and right now the implementation - although trying to achieve this result - seems to be buggy.

ruckustboom commented 1 year ago

I thought I saw an example somewhere of dynamically adjusting exclusion zones, while leaving the overall rectangle alone. I may be misremembering, but it might be worth looking into.

Edit: This is the example I was thinking of. Not quite what I thought it was, but it still might do the trick: https://github.com/onyx-intl/OnyxAndroidDemo/blob/master/app/src/main/java/com/android/onyx/demo/scribble/ScribbleTouchHelperDemoActivity.java#L137