Cordova 3.4 and Android 4.1 Boot Problems

I am using Bootstrap v3.1.1 and bootstrap-select .

When I set the selectpicker value programmatically and use

$('.selectpicker').selectpicker('refresh');

      

it works in Android 4.4 or Chrome, but not Android 2.3 and 4.1.

Selectpicker always shows the same value and I can't change the option text either.

+3


source to share


1 answer


Have you tried with the newest version of Bootstrap (3.2)?



+2


source







All Articles