, in a Silverlight 4...">

Drag and Drop between HTML 5 and Silverlight 4

Is it possible to drag an HTML 5 object, for example. a <a draggable="true">, in a Silverlight 4 control and accept it? We tried to create a simple prototype using the HTML 5 example and the trivial Silverlight control, but the cursor changes sign without input when we control the Silverlight control. However, we are running drag and drop events in Silverlight.

Our control gladly accepts files dragged from the desktop as expected. We think that we have set up HTML 5 drag and drop events correctly, and I can post our test somewhere in case this helps. We have successfully implemented drag and drop inside the Silverlight control, but now we need to integrate with the components of the page other than Silverlight.

Is it possible to install or are we doing something wrong? Thanks for any advice!

+3
source share
2 answers

Moving Silverlight Drag from external sources currently only supports file lists.

<object>, Silverlight, . , Bridge Bridge Silveright DOM. , .

+1

, , .

, , silverlight, HTML-, , html ( )...

, ...

, , silverlight ...

+1

Source: https://habr.com/ru/post/1749385/


All Articles