https://github.com/neomjs/neo/blob/dev/learn/benefits/body/O...
Make sure to watch the demo video. The open source implementation is very easy to use and can improve the UX of your web based apps.
https://youtu.be/dFHeDd7wAus
you can now drag&drop in desktop and mobile envs. in case you use chrome to toggle the modes, please make sure to reload the page.
same url.
https://youtu.be/UT0Gyy3cjl0
Desktop only as well (until the TouchSensor is ready) and still work in progress:
https://neomjs.github.io/pages/node_modules/neo.mjs/dist/pro...
You can only drag events inside the week view into valid states.
A blog post will follow.
the demo app is located inside the App Worker.
the drag events get triggered in main, while the handlers live within the App Worker scope.
I was sceptical at first, how the performance for a custom drag&drop implementation would work out.
Best to use Chrome (some polishing left for FF & Safari).
The TouchSensor is next on my todo list.
You can find the code here:
https://github.com/neomjs/neo/blob/dev/src/main/addon/DragDr...
https://github.com/neomjs/neo/tree/dev/src/main/draggable
https://github.com/neomjs/neo/blob/dev/src/dialog/Base.mjs
https://github.com/neomjs/neo/blob/dev/learn/benefits/body/O...