MicroPad / MicroPad-Core

µPad (MicroPad) is an open digital note taking app
https://getmicropad.com
Mozilla Public License 2.0
234 stars 22 forks source link

More intuitive navigation controls. #100

Open RustyRaptor opened 5 years ago

RustyRaptor commented 5 years ago

I find it rather frustrating that there is no way to drag the canvas around. A simple feature to be able to middle click and drag to move around the canvas would make all the difference.

RustyRaptor commented 5 years ago

It seems this works fine in the web version of the app with the middle click button. I am guessing this doesn't carry over into electron apps for some reason.

NickGeek commented 4 years ago

@tinkergod raised this issue too with #237. I posted this message here:

Hi, agreed. On Windows it seems like the electron app doesn't get this behaviour but the functionally identical web app (https://web.getmicropad.com) does. I personally use a mouse with left/right scroll on it or laptops with trackpads that can scroll.

I'm not sure what the main approach here would be but https://github.com/MicroPad/MicroPad-Core/blob/master/app/src/app/components/note-viewer/NoteViewerComponent.tsx would be a good place to look.