0

I would like kindly ask you, are there any differences between using Java code in internet browser on laptop and browser on android device ? When I use application on laptop, everything is ok, but on tablet application is not working (I can't drag and drop objects). I have tryed online diagram application http://www.diagramo.com/editor/editor.php, but is it not working with tablet browser (Google Chrome, Mozilla). Google Chrome should support HTML 5 and Java is enabled ? I found this application very useful for working on computer and tablet. Please where can be the complication in Java - in browser or in application ?

mira
  • 1,056
  • 3
  • 15
  • 32

1 Answers1

0

The sollution seems to be here: JavaScript mapping touch events to mouse events. It is necessary to work with touchevents and use this part of code to set up mobile touch events. Then it works.

Community
  • 1
  • 1
mira
  • 1,056
  • 3
  • 15
  • 32