Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
IonTabButton is missing regular HTML types (onPointerDown, onTouchEnd, onTouchMove, etc)
Expected Behavior
Should have proper types.
Steps to Reproduce
Try to add onPointerDown
to IonTabButton
in React. Typescript will complain, but the touch end handler will be properly connected/called.
Code Reproduction URL
https://stackblitz.com/edit/wl7fhb-xaawyq?file=src%2Fmain.tsx
Ionic Info
N/A - stackblitz
Additional Information
No response