Page 1 of 1

checkbox click not working in mobile browser or in native app

Posted: Thu Mar 22, 2018 9:01 am
by Yahya

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.


checkbox click not working in mobile browser or in native app

Posted: Thu Mar 22, 2018 9:39 am
by Serhii Kulibaba

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.


checkbox click not working in mobile browser or in native app

Posted: Fri Mar 23, 2018 3:56 am
by Bruce Stuart

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