Hello,
I am trying to convert my web application into a bookmarklet. It is built on top of dojo framework.
When the user clicks the bookmarklet, dojo is injected on the page via a dynamic script tag (if it does not already exist) and application kicks off from djConfig.addOnLoad. Well, that's the plan anyway.
however, I find that djConfig.addOnLoad is not called at all after dojo is loaded. I am faking it through polling for window.dojo, but am curious if it is an expected behaviour for djConfig.addOnLoad to not be called if dojo is loaded after the dom is built & ready?
I have tried version 1.3.1 as well as 1.2.3.
Thanks Amit