Languages

Menu
Sites
Language
drag and drop is not working in tizen

Hi,

I have developed an application in which drag and drop is not working.I want to use touch event.How can i use it.

 

 

 

thanks and regards

Mohit Kumar

 

Responses

4 Replies
Palitsyna

Hello,

this is Tizen Drag and Drop tutorial, there you can find code examples:

https://developer.tizen.org/development/tutorials/web-application/w3chtml5supplementary-features/ui/html5-drag-and-drop-0

Hope this will help you

Prajith Premanandan

By default Webkit has denied access only from context menu u can do drag and drop

https://developer.tizen.org/fr/forums/web-application-development/drag-and-drop-not-working-tizen

https://developer.tizen.org/fr/forums/web-application-development/drag-and-drop-not-working-tizen-device

you can check these discussions for more information

Seoghyun Kang

Hello,

 

You can use the drag & drop in the Tizen web application.

But this behavior differs from the browser environment. The user should select the drag & drop at the popup menu.

 

If you do not like it, you can develop the drag & drop directly. You just need to use the touchstart & touchend evnt.

 

Please refer it.

Seoghyun Kang

+ touchmove