Page 1 of 4

Click event not working on Android device

Posted: Fri Sep 27, 2013 10:51 am
by Tim Liberg

Hi!

In my app I have a Radio Item with a click event on it. When I click it it is supposed to show a grid that was previously hidden. This works perfectly when I try the app in my browser. But when I export the app to my Android phone it does not work. The click event does not get activated at all. I have tried with both tap, click and virtual click but nothing works.


Click event not working on Android device

Posted: Fri Sep 27, 2013 11:17 am
by Maryna Brodina

Hello! Could you give us your public app link? Also clarify what device and Android version you use?


Click event not working on Android device

Posted: Fri Sep 27, 2013 12:26 pm
by Tim Liberg

How do I get the public app link? I'm using an Xperia Sola with Android 2.3.7


Click event not working on Android device

Posted: Fri Sep 27, 2013 12:51 pm
by Maryna Brodina

Click event not working on Android device

Posted: Fri Sep 27, 2013 12:58 pm
by Tim Liberg

Click event not working on Android device

Posted: Fri Sep 27, 2013 1:15 pm
by Maryna Brodina

How can I reproduce the problem?


Click event not working on Android device

Posted: Fri Sep 27, 2013 1:23 pm
by Tim Liberg

From the startpage click Logga in - Lägg till arbetad tid - Nytt projekt... A new grid with two labels, an input field, a search field and a Radio group should now be visible. It works in browser but not on device.


Click event not working on Android device

Posted: Fri Sep 27, 2013 1:49 pm
by Maryna Brodina

Thank you, we reproduced the problem on Android 2.3.5 and Android 4.0.4. Working on it.


Click event not working on Android device

Posted: Fri Sep 27, 2013 2:44 pm
by Kateryna Grynko

Hi Tim,

There is a problem on Android with the following mobileradiobutton events: click, select, vclick. You can use 'value change' event instead.


Click event not working on Android device

Posted: Fri Sep 27, 2013 3:57 pm
by Tim Liberg

Hi!

I can't use 'value change' because it gets activated when I click another Radio button in the same group, and I don't want that.