checkbox is not working on anroid phones only.

checkbox is not working on anroid phones only.

Hello,

I have setup a store in prestashop  i am having the filters on category page.
Filters are having the checkbox and filter is working well in Deskstop version  but not working well android phone only.


my code is below
 $(document).on('click', '#layered_form input[type=checkbox]', function() {
      alert('hi');
       reloadContent(true); });
Alert prompt is coming in the desktop version not in anroid real device.

Can anyone let me know what is wrong?