Click on different elements on Samsung Ace 2 with jQuery Mobile 1.1.0

Click on different elements on Samsung Ace 2 with jQuery Mobile 1.1.0

Hi,

I have one button with two divs with the next structure:

button(z-index 1)
div1(z-index0)
div2(z-index0)

Each element has its click handler for the click event.

Why when I tap in a little mobile device in one div, the near fields are triggering a click?

Is it possible to lock click to only the nearest element or I have to made a common handler which locks this for me??

It's only happening on Samsung Galaxy Ace 2. On S3 and S2 and other mobiles with big screen, is working correctly.

Thank you.