@lionel5116 wrote:
I am using a "select" for my application. The behavior works fine with Android, you just select an item and it appears. However when you use the uipicker (which is what cordova is binding to), when you select a value, you have to tap outside the picker to get the value. I did some research about including something like this in your code:
$scope.selectedItem - function(){
alert("In change function..");
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
}I was not sure where to place the "cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);" code, so I just included it my controller to try to get it to fire on the on-change event from the drop-down
But also for some reason, I cannot get the "ng-change" to work either in my markup for for the select. It seems at if cannot receive the event. Click event's on buttons are fine, but for my select.. it's just not working
Posts: 3
Participants: 2