Page 1 of 1

Bug!! problem with android app

Posted: Tue Nov 25, 2014 8:14 am
by Ali Mahmoudi

Hi there is a bug in my android app I create a multiple select list from a service but in android devices the first option is always selected and can not be unselect in web browsers and iphone is ok.


Bug!! problem with android app

Posted: Tue Nov 25, 2014 8:55 am
by Alena Prykhodko

Hello Ali,

It is standard JQM behavior. You can remove selected item value on page show event or after mapping with JavaScript.


Bug!! problem with android app

Posted: Tue Nov 25, 2014 9:53 am
by Ali Mahmoudi

no it wont unselect even if we click on it it always selected


Bug!! problem with android app

Posted: Tue Nov 25, 2014 10:30 am
by Alena Prykhodko

1) Open service tab (DATA) on the page
2) Open service events for service that sets the list
3) Add event "invoke JavaScript" handler for success service event (it should be after your mapping)
3.a) find with JavaScript your component with predefined value (jQuery by default is attached to the app, so you will not have problems finding it)
3.b) clear its text value, also with JavaScript