vaadin / serverside-elements

Vaadin add-on that makes it easy to use Web Components or any HTML elements from Vaadin Framework
https://vaadin.com/addon/elements-add-on
Apache License 2.0
14 stars 12 forks source link

Elements + GQuery - DnD not working on iOS #1

Open biancashouse opened 8 years ago

biancashouse commented 8 years ago

If I leave out this import

< script src="//www.polymer-project.org/1.0/components/webcomponentsjs/webcomponents.min.js" >

then the Draggables and Droppables work in my app, but if I include it (because Safari doesn't support web components) then DnD not functioning.

Since they are both your babies, you would already be using them together on iOS, right ?