Hello Experts,
We have implemented a drag & drop enabled screen but that screen was not working on Touch Screen devices.
So to enable touch, we have used a 3rd party library called Touch Punch. But I am unable to include it internally.
For Example,
jQuery.sap.require("sap/ui/thirdparty/d3");//This will include D3 library
Similary i want to include touch punch.
Need your help.
Thanks & Regards,
Shubham
Note:
Below is the link for touch punch, now I can download the library and directly put it inside my webcontent, but is it available as a thirdparty library in sapui5 (like that of D3).