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.
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.
Hello Ali,
It is standard JQM behavior. You can remove selected item value on page show event or after mapping with JavaScript.
no it wont unselect even if we click on it it always selected
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