-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Open
Labels
needs: investigationThis issue is waiting on more investigation from the Ionic Team.This issue is waiting on more investigation from the Ionic Team.package: core@ionic/core package@ionic/core package
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
v8.x
Current Behavior
There is a memory leak in the following file: core/src/utils/gesture/listener.ts
An "optsTest" event listener is added in a try/catch, and when successful, this event listener is never removed.
Expected Behavior
Passive event listeners have excellent browser support. My suggestion is to remove this check altogether. Otherwise, just remove the event listener after adding it.
aeharding
Metadata
Metadata
Assignees
Labels
needs: investigationThis issue is waiting on more investigation from the Ionic Team.This issue is waiting on more investigation from the Ionic Team.package: core@ionic/core package@ionic/core package