Skip to content

Commit

Permalink
chore(rename): replaces all occurences of old repository name with cu…
Browse files Browse the repository at this point in the history
…rrent repository name
  • Loading branch information
reppners committed Apr 6, 2018
1 parent 586e45a commit 2b7ac0a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![dependencies](https://img.shields.io/david/timruffles/ios-html5-drag-drop-shim/master.svg)
![devdependencies](https://img.shields.io/david/dev/timruffles/ios-html5-drag-drop-shim/master.svg)
![dependencies](https://img.shields.io/david/timruffles/mobile-drag-drop/master.svg)
![devdependencies](https://img.shields.io/david/dev/timruffles/mobile-drag-drop/master.svg)
[![npmversion](https://img.shields.io/npm/v/mobile-drag-drop.svg)](https://www.npmjs.com/package/mobile-drag-drop)
![bowerversion](https://img.shields.io/bower/v/mobile-drag-drop.svg)
![license](https://img.shields.io/npm/l/mobile-drag-drop.svg)
![issues](https://img.shields.io/github/issues/timruffles/ios-html5-drag-drop-shim.svg)
![size](https://badge-size.herokuapp.com/timruffles/ios-html5-drag-drop-shim/master/release/index.min.js)
![gzippedsize](https://badge-size.herokuapp.com/timruffles/ios-html5-drag-drop-shim/master/release/index.min.js?compression=gzip)
![issues](https://img.shields.io/github/issues/timruffles/mobile-drag-drop.svg)
![size](https://badge-size.herokuapp.com/timruffles/mobile-drag-drop/master/release/index.min.js)
![gzippedsize](https://badge-size.herokuapp.com/timruffles/mobile-drag-drop/master/release/index.min.js?compression=gzip)


# Polyfill for HTML 5 drag'n'drop
Expand All @@ -20,7 +20,7 @@ this package in your page your existing HTML 5 drag'n'drop code should _just wor

## Demos

[Demo](http://timruffles.github.io/ios-html5-drag-drop-shim/demo/)
[Demo](http://timruffles.github.io/mobile-drag-drop/demo/)

Check out the demo to see it in action and monitor the console to see the events firing.

Expand Down Expand Up @@ -97,7 +97,7 @@ polyfill({
window.addEventListener( 'touchmove', function() {});
```

See [#77](https://github.com/timruffles/ios-html5-drag-drop-shim/issues/77) for details.
See [#77](https://github.com/timruffles/mobile-drag-drop/issues/77) for details.

**webpack/scss**

Expand Down Expand Up @@ -224,14 +224,14 @@ Feel free to use this as a starting point.
One can also set a custom `dragImageSetup()` function in the polyfill config. This allows to completely
customize the routine used to create a copy of the dragged element.

Checkout the [default implementation](https://github.com/timruffles/ios-html5-drag-drop-shim/blob/4a664a60fdb40079b987af88441d687783408ae3/src/internal/dom-utils.ts#L39-L92) as a starting point.
Checkout the [default implementation](https://github.com/timruffles/mobile-drag-drop/blob/4a664a60fdb40079b987af88441d687783408ae3/src/internal/dom-utils.ts#L39-L92) as a starting point.


## Known issues and limitations

* `iFrames` are currently not supported. Please see [#5](https://github.com/timruffles/ios-html5-drag-drop-shim/issues/5) for the current state.
* `iFrames` are currently not supported. Please see [#5](https://github.com/timruffles/mobile-drag-drop/issues/5) for the current state.

* `ShadowDOM/ShadyDOM` are currently not working seamlessly. Please see [#115](https://github.com/timruffles/ios-html5-drag-drop-shim/issues/115) for the current state.
* `ShadowDOM/ShadyDOM` are currently not working seamlessly. Please see [#115](https://github.com/timruffles/mobile-drag-drop/issues/115) for the current state.

* `:before/:after` css pseudo styles can't be copied to the drag image. By default classes are removed on the drag image recursively to avoid side-effects. You can pass a custom dragImageSetup function in the config.

Expand All @@ -249,7 +249,7 @@ Contributions welcome!
| Internet Explorer 11 | Native | No known issues. |
| Edge | **Unknown** | **Unknown** |
| Mobile Safari (<iOS 10) | Polyfill | No known issues. |
| Mobile Safari (iOS 10) | Polyfill | [#77](https://github.com/timruffles/ios-html5-drag-drop-shim/issues/77) |
| Mobile Safari (iOS 10) | Polyfill | [#77](https://github.com/timruffles/mobile-drag-drop/issues/77) |
| Chrome on iOS | Polyfill | No known issues. |
| Chrome on Android | Polyfill | No known issues. |
| Chrome on touch device | Polyfill | No known issues. [More info](#chrome-issues) |
Expand Down Expand Up @@ -318,7 +318,7 @@ For more details on development setup see [CONTRIBUTING.md](./CONTRIBUTING.md)

## Thanks

To the [amazing contributors](https://github.com/timruffles/ios-html5-drag-drop-shim/graphs/contributors) who've provided massive extensions and fixes to the original.
To the [amazing contributors](https://github.com/timruffles/mobile-drag-drop/graphs/contributors) who've provided massive extensions and fixes to the original.

<a href="http://twitter.com/rem">@rem</a> - who created the original demo used to demo this shim's drop-in nature.

Expand Down
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ <h3>Custom Drag Image</h3>
// });
// }

// tmp fix for iOS10 touchmove bug (https://github.com/timruffles/ios-html5-drag-drop-shim/issues/77)
// workaround for iOS10/iOS11 touchmove behaviour (https://github.com/timruffles/mobile-drag-drop/issues/77)
try {
window.addEventListener('touchmove', function () {
}, {passive: false})
Expand All @@ -926,7 +926,7 @@ <h3>Custom Drag Image</h3>
</footer>
</section>

<a href="https://github.com/timruffles/ios-html5-drag-drop-shim">
<a href="https://github.com/timruffles/mobile-drag-drop">
<img style="position: absolute; top: 0; left: 0; border: 0;"
src="http://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png"
alt="Fork me on GitHub"/>
Expand Down

0 comments on commit 2b7ac0a

Please sign in to comment.