Andrei Kashcha
Andrei Kashcha
I agree with you it is buggy, and I don't like the API at all. I think what we need is something like `maxBounds` in mapbox: https://docs.mapbox.com/mapbox-gl-js/example/restrict-bounds/ What do you...
Thank you for the best issue 😊
@rbonomo thanks for the PR! We also need to cover case of `if (!smooth) { ...`, so that it fires the event there as well. Would you also be able...
I wonder... What would be a good abstraction? I was thinking about something along these lines: ``` js instance = panZoom(element, { keyMap: { up: e => e.keyCode === 38,...
Could you please share a link to jsfiddle/jsbin where I could reproduce this and debug it?
Sorry - not able to reproduce this, but I've only tried on a google pixel phone. Are you able to reproduce it on iPhone on the fiddle? I also looked...
Sorry, google translate doesn't work well for this, and my Chinese is not very good yet (dui bu qi) Anyone can help please?
Interesting idea. Let's explore this. How would you define an element to be draggable? What would be a droppable marker?
Try `showRectangle`: https://github.com/anvaka/panzoom/blob/master/index.js#L170-L176 - does it work?
Hello! I'm not sure I see the full picture here. Wouldn't such functionality require inverting transform? I'd totally appreciate a quick demo to explore the functionality. Please keep in mind...