jQuery UI Touch Punch is not working in chrome and opera on android device

前端 未结 3 1747
醉话见心
醉话见心 2021-01-19 18:19

Im using jQuery UI drag&drop and sortable in my website but its not working in android device browsers like chrome and opera but its working in default browser and Firef

3条回答
  •  感动是毒
    2021-01-19 18:56

    I ran into the same issue with certain mobile browsers, while others worked well. I was able to fix if by adding type="text/javascript" to my script tag as follows

    
    

    or if you have the js in an external file, be sure to add the type attribute

    
    

    (Side tip: for maximum compatibility among different browsers I use an ending script tag instead of just self-closing it)

提交回复
热议问题