"><img> to paste in an image
Hi,
Could you please attach the HTML code of your sticky component?
If you are using the latest Metronic v8.0.37 then it should work, since we are initializing a StickyComponent on each route separately. Check file core/plugins/keenthemes.ts.
You can try to reinitialize StickyComponent inside the onMounted function:
import {
StickyComponent
} from "@/assets/ts/components";
StickyComponent.reinitialization();
Hi,
I have try to reinitialization but it does not work.
I have take a look at your demo page on the "Add Subscriber" which is using the sticky component as well, but it is having the same issue.
It will work on a refresh, but after a route change out and back in, the sticky function is gone.
Hi,
Reproduced the issue, it is related to our StickyComponent and in some scenarios, it doesn't work.
We will need some time to check this issue, we will provide a solution as soon as possible.
Thank you!
Hi,
Thanks, hope to hear from you guys soon.
Hi Nicholas!
Thank you for your feedback.
We did some refactoring for our StickyComponent, which will fix this issue, we will include a fix into the next Metronic v8.0.38 releases, we are planning a release for the next week.
Please follow us at http://twitter.com/keenthemes to stay updated.