I have web app where there are some objects displayed. Those objects are draggable meaning that it has draggable="true" in HTML.
This web app is used in schools for kids where kids can drop and drag animals into forest, ocean et.
However, now one kindergarten wanted to use this app through their interactive whiteboard (SMART Board). And it turned out that drag and drop functionality doesn't work there.
I open website, I see there everything, then I try to drag item (with fingers on whiteboard), but it just "clicks".
It seems that drag option is not working in interactive whiteboard at all. Could it be so? Are there any suggestions? Maybe there should be some js events or something else that could work only on whiteboard.