I have a page that is using ionic’s slides. Each slide is its own component.
I am having an issue where when a user presses tab (or uses the arrows above the keyboard in iOS) they can skip to the element on a different slide even if I use tabindex="-1".
Is there a way to prevent tabbing to ionic components?
More specifically I am using ion-item that has an ion-radio with an ion-label. Another slide has ion-input and ion-toggle.
I am open to prevent tabbing all together or just to specific elements.