Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

SWIPE event in Open UI IP 2014

edited Nov 30, 2018 12:42AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center