hello,
i m using ionic 4 ion-select and PopoverController in one page
if i use mode=“ios” does not do anytingh
<ion-select value="Engines" id="customPopoverSelect" interface="popover" mode="ios">
<ion-select-option value="Engines">Engines</ion-select-option>
<ion-select-option value="blonde">ok</ion-select-option>
</ion-select>
aswell if i open first the PopoverController it broke the ion-select and the popover takes all te screen width,and the same with PopoverController if i open first ion-select
any idea?
Thanks