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 ?
Asked
Active
Viewed 156 times
0
-
What do you mean by `java is enabled`? Keep in mind that android browser does **not** have the java plugin. – BackSlash Oct 10 '14 at 08:40
-
Sorry I mean JavaScript – mira Oct 13 '14 at 08:58
1 Answers
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.