I created iosslider using jquery and i put it in famo.us surface in famo.us/angular..it works fine on browser but when i install the app on mobile using phonegap it doesn't work, it works fine on mobile if it's out of the famo.us surface, my code
$('.iosSlider').iosSlider({
desktopClickDrag: true,
snapToChildren: true,
});
i think famo.us doesn't know desktopClickDrag, i don't know if its a famo.us bug, any help would be appreciated thank you in advance.