Ali Mahmoudi
Posts: 0
Joined: Thu Aug 28, 2014 9:57 am

Bug!! problem with android app

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.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Bug!! problem with android app

Hello Ali,

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

Ali Mahmoudi
Posts: 0
Joined: Thu Aug 28, 2014 9:57 am

Bug!! problem with android app

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Bug!! problem with android app

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

Return to “Issues”