Hi,
I have a situation where the following wait is not long enough (for a "default" google maps devcard). The render proceeds because devcard elements are present and the following sleep expires but the actual rendered bits are in an in-between state where the render is clearly not complete and the colors are kinda grayed out (seems that google maps must come in as a sort of gradient animation).
|
(Thread/sleep 500) ;; small timeout for any js rendering |
What do you suggest for this situation?
Hi,
I have a situation where the following wait is not long enough (for a "default" google maps devcard). The render proceeds because devcard elements are present and the following sleep expires but the actual rendered bits are in an in-between state where the render is clearly not complete and the colors are kinda grayed out (seems that google maps must come in as a sort of gradient animation).
kamera/src/clj/kamera/core.clj
Line 222 in 085b2df
What do you suggest for this situation?