Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

checkbox click not working in mobile browser or in native app

Good day

I have a problem with checkbox click event it is working fine in desktop browser, but
not in my android or iphone browsers I have tried many ways unfortunately not getting it work at all...

my app name is satha
my id is a href="mailto:yalameer2001@yahoo.com" rel="nofollow"yalameer2001@yahoo.com/a
page name is seachForPlace_Testing
checkbox group is inside a collapsed element

Please assist asa son as possible.

Thank you.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

checkbox click not working in mobile browser or in native app

Hello Yahya,

Please try to debug your app remotely using Weinre debugger (https://docs.appery.io/docs/weinre-de...).

Please check if there are any errors in the Weinre console.

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

checkbox click not working in mobile browser or in native app

Yahya,

We've found the following related to this issue:

  1. Try the Virtual Click instead of the click event.

  2. Value change should also be a good place.

    Prior to moving a lot of code to either of these events - you could do as Serhii suggests - use Weinre - and just put in each event 'console.log('[event name] has fired') ;

    Bruce

Return to “Issues”