For anybody has trouble showing the dropdown list on cordova app, the problem for me was the css. I solved with this instruction:

.pac-container {
z-index: 9999 !important;
}