Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@AkashTvu If you use dragFocusedInput, it works like a video and code sandbox. `e.isDouble` exists in moveable's `click` event. If you double click, focus the target.
@negue Yes. However, it does not import react. Use React as the second argument. ```js customAble = { name: "customAble", always: true, props: {}, events: {}, render(moveable, React) { return...
@zuisho-1848-o 1. I found that the ffmpeg-core issue has a problem with Node 18. Node less than 18 or `--ffmpegPath` must be used. 2. Is the `scene` variable declared in...
@alquist42 use `.setTo` method with offset ```js function navigateToPage(pageId) { alert(pageId); const viewportElement = infiniteViewer.getViewport(); const pageElement = document.querySelector(`[id="${pageId}"]`); const viewportRect = viewportElement.getBoundingClientRect(); const pageRect = pageElement.getBoundingClientRect(); const zoom =...
@okanji Because rangeX and rangeY are 0,0, the position according to the mouse may not be displayed properly.
@zlyyyy If there is an iframe inside the viewport, refresh may occur during the process of appendChild and insertBefore. As in your comment, it's probably best to set the wrapperElement...
@pavel1860 I will add zoomX and zoomY functions in the next update.
@pavel1860 maybe 4 days?
@pavel1860 infinite-viewer's new version is released. If you use pinch, use pinchDirection: "horizontal". Also, `zoomX` exists in the `pinch event property, ```jsx onPinch={e => { console.log(e.zoomX); }} ``` ```js viewer.zoomX...
@jackilex infinite-viewer is a component that still lacks documentation. I plan to make a demo of infinite-viewer framework by framework soon. moveable with infinite-viewer https://daybrush.com/moveable/storybook/?path=/story/combination-with-other-components--components-infinite-viewer selecto with infinite-viewer https://daybrush.com/selecto/storybook/?path=/story/selecto-with-infinite-viewer--infinite-viewer