cancel
Showing results for 
Search instead for 
Did you mean: 
1 Reply
CathyO-Xerox
Community Manager
Community Manager

Re: Touch Event of a html dropdown in a custom application

Hello senthilpfi,

I am going to move this to the App Gallery Board.

Thanks,
CathyO-Xerox
Community Manager

Be sure to click Kudos for those who have helped you.
Select Accept as Solution for posts that have helped to solve your issue(s)!
0 Kudos

Touch Event of a html dropdown in a custom application

We have created one customized application (Asp.net) and deployed it in the printer.

We have used multiple dropdown controls in the application.

When we tap on the dropdown control in the printer panel, dropdowns opens and closes automatically within fraction of seconds. This is happening very often.

Sometimes it behaves in a normal way.

I tried using "event.preventDefault()" in the javascript code. but still its not working.

$('body').on('touchstart touchemove touchend', '#paperSizes', function (event) {
event.preventDefault();
});

Kindly share your suggestions to prevent this UI issue.

Thanks in advance.

0 Kudos