Open
Description
- Framework7 version: 7
- Platform and Target: Android / Web
Describe the bug
Ripple effect causes affected elements to remain detached. Also creates an detached div for the animation. It creates an memory leak of 1kb per click
To Reproduce
Steps to reproduce the behavior:
- Create a bage that contains buttons(or any ripple element)
- Click on the elements
- Go to developer console -> Memory
- Create a snapshot and look for detached elements
Expected behavior
Not creating a memory leak on click
Additional context
I am now trying to remove the ripple effect by this:
app = new Framework7({
...
touch: {
touchRippleElements: "",
touchRippleInsetElements: ""
}
});
It removes the memory leak, but causes an console error. Its not a blocker but still, i think it should not be an error but a warning
Metadata
Metadata
Assignees
Labels
No labels