언어 설정

Menu
Sites
Language
chrome:does tizen web ui framwork support draggable() ?

If I use tizen-web-ui-fw, draggable() not work on chrome but jQuery template works fine. Is there any settings to make it draggable with tizen web ui framework?

On device, it is ok.  it pops up a context pop up to select "save image, .. drag" and able to drag. Does anyone know drag enable without the context popup?

PCのChromeでドラッグを可能にしようとdraggable()を使ってみましたが、JQuery templateだと動くのですが、Tizen Ui Frameworkだと動作しないようです。なにか設定があるのでしょうか.

デバイスでは、ドラッグしたい画像を押すと、コンテキストポップアップが表示されて、ドラッグを選択できて、ドラッグ可能です。このコンテキストポップアップなしで、ドラッグはできないのでしょうか?

 

Edited by: Naoya Yamamoto on 12 10월, 2013

Responses

2 댓글
Lakshmi Grandhi

You can get the context menu selection using mouse right click event, not sure how to enable draggable event, will check and let you know.

Naoya Yamamoto

thank you for your resonse.  now it is resolved by using jquery selector like this  $('#puzzle').children("li") to set each drag handler.