JQuery UI Touch Punch does not work in Chrome and Opera on Android device

Im using jQuery UI drag & drop and sortable on my website, but it doesn’t work in Android device browsers like chrome and opera, but it works in default browser and Firefox browser. Even I used the Touch Punch plugin.

Is this a problem due to browser compatibility on Android devices?

+4
source share
3 answers

I think it might be browser compatible, but not all TouchPunch demos work on my Android 4.3 devices in Chrome browser or by default or iPad 4, for that matter.

TouchPunch , , . Nestable, , , , .


, TouchPunches GitHub , , GitHub JS Text/Html.

TouchPunch , , , Git, .

+1

, . type = "text/javascript" script

<script type="text/javascript"><!-- copy TouchPunch JQuery hack here --></script>

js , type

<script type="text/javascript" src="http://domain.com/pathtotouchpunchjsfile.js"></script>

( : script )

0

All Articles