Closed ygorcosta closed 7 years ago
Hey @ygorcosta,
Can you change it to an event listener for the load
event instead?
@ygorcosta can you confirm that this works not only on the first load, but also when you start navigating?
Besides that, have you tried DOMContentLoaded
event?
yeah, it's not working well. I'll work on another solution for this problem
Hey guys, about this issue... idk if it's the best solution but it fixes the problem. I realized that Javascript had not yet been fully loaded when ReadingProgress is created, so... I did this.