Closed
Description
How to track the moment when all views are fully rendered?
I need this to set ready
attr on <html>
element which in its turn is used at server side in a phantomjs script to feed pages back to a search engine bot.
I was trying to use $viewContentLoading
/$viewContentLoaded
events but given up: they are not paired and are called multiple times in an order which I can't comprehend. The last thing I was hoping on - the second view
parameter of $viewContentLoaded
, but it's always NULL.
Any ideas?
Related issues: #685 and #2003 . The former seems to be fixing the mess with $viewContentLoading
/$viewContentLoaded
, but I wonder - is it possible to achieve what I want on 0.2.15
Metadata
Metadata
Assignees
Labels
No labels