SWIPE event in Open UI IP 2014
Hi,
We are trying to implement swipe, swipeleft and swiperight on 8.1.1.4.0 mobile application.
On contact list applet mobile(in tile mode) when we swipe left or right it should show alert message but it is triggering at all.
$("#S_A1_tile_0").on("swiperight",function()
{
alert("success");
});
$("#S_A1_tile_0").on("swipe",function()
{
alert("success")
});
tried by using class .siebui-iscroll .siebui-tile-container, ..siebui-horizontal as selector but it is not working.
Regards,
Pallavi