0
votes

I have added couple of buttons in bx-slider pager images, and calling respective function using ng-click (I am using anuglar) to remove and rotate images, , but these functions are not getting called when clicked on mobile device or in mobile responsive view in chrome. but working well in desktop and tablet view. I am seeing the classes getting changed while clicking on the button, but no function call. I am not able to figure out the exact problem.

I tried adding couple of test buttons and fucntions to check and found buttons in pager are not actually getting called in mobile.

1
99% of questions posted are required to have a MCVE (Minimal, Complete, and Verifiable Example). Please post JavaScript/jQuery, CSS, and HTML that would be relevant to your question. Create a demo using any or all of the following services: Plunker.co, jsFiddle.net, CodePen.io, JS Bin or a snippet (7th icon located on the text editor toolbar or CTRL+M). - zer00ne

1 Answers

0
votes

I had a similar problem. The error is that bxSlider use touch in mobile, it is for move slide with drag.

The fix is to add touchEnabled: false in your bxslider.