Page 1 of 1
OnClick event on label in list item doesn't work in iOS
Posted: Tue Aug 28, 2012 11:05 am
by ghuisintveld
In my Test app (shared with support) I have created 4 list items with different onClick events:
A list item with no subitems (only text) and an onClick event on the item.
A list item with with a label inside, onClick event on the label
A list item with a label inside, onClick event on the item
A list item with a grid inside and inside one of the cells a label, onClick event on the label and the list item
All 4 situations work OK in web and in android, but in iOS the onClick event only works in situation 1. A few weeks ago situatie 4 was working in iOS (different app though).
Is this a bug?
OnClick event on label in list item doesn't work in iOS
Posted: Tue Aug 28, 2012 11:14 am
by Maryna Brodina
Hello! Could you tell me the name of your App?
OnClick event on label in list item doesn't work in iOS
Posted: Tue Aug 28, 2012 11:31 am
by ghuisintveld
OnClick event on label in list item doesn't work in iOS
Posted: Tue Aug 28, 2012 11:34 am
by Maryna Brodina
Thank you! Got your project. We'll test.
OnClick event on label in list item doesn't work in iOS
Posted: Tue Aug 28, 2012 12:28 pm
by Maryna Brodina
I reproduced this problem. We'll try to figure out what the cause of it and I'll update.
OnClick event on label in list item doesn't work in iOS
Posted: Tue Aug 28, 2012 1:39 pm
by ghuisintveld
I believe a similar thing is happening to click events in collapse blocks.
OnClick event on label in list item doesn't work in iOS
Posted: Mon Sep 03, 2012 7:08 am
by ghuisintveld
Any update on this issue? This is a major problem for us... thanks!
OnClick event on label in list item doesn't work in iOS
Posted: Mon Sep 03, 2012 6:58 pm
by maxkatz
Still trying to find the source of the problem...
OnClick event on label in list item doesn't work in iOS
Posted: Tue Sep 04, 2012 9:04 am
by Maryna Brodina
Hello! As a workaround try to use event "Virtual Click" or "Tap" instead of "Click" event.
OnClick event on label in list item doesn't work in iOS
Posted: Tue Sep 04, 2012 10:21 am
by ghuisintveld
Thanks for the tip! Works perfectly now!