@kademi/keditor
Version:
KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents
12 lines (9 loc) • 574 B
Markdown
# Support Touch Devices
As default, jQuery UI does not support any events for touch devices. To be enable to run KEditor in touch devices, please use [jQuery UI Touch Punch](http://touchpunch.furf.com/).
**Note**: Please place this plugin right after jQuery UI. Example:
```html
<script type="text/javascript" src="./plugins/jquery-ui-1.12.1.custom/jquery-ui.min.js"></script>
<script type="text/javascript" src="./plugins/jquery-ui.touch-punch-0.2.3/jquery.ui.touch-punch.min.js"></script>
```
---
[⬅ Back to documentation list](../README.md#documentation)