I have a problem with a Samsung Galaxy S6 phone and a simple select box.
Basically all taps are only registered below the actual select entry items not ontop.
I suspect that either samsung has a custom native dialog which gets handled improperly, or I need to apply some form of CSS to bring the select box into the front.
I basically have this small type of snippet, so nothing fancy
<label class="item-input item-select align-text-indent">
<div class="input-label">Select an entry</div>
<select ng-model="selected"
ng-options="parameter">
</select>
</label>
I’m currently stuck with ionic 1.3.1
Anybody has a similar experience