If you want to do something before gwt entry point without GWT, you may try adding plain javascript in your document (index.html) before the gwt script.
If your problem is that the entry point takes to much time to be called, you may try split points. Do whatever you need in the entry point and call runAsync to continue with your application bootstrapping. El mié., 21 de octubre de 2015 2:32, David <leeon2...@gmail.com> escribió: > > I want to get BodyElement before onModuleLoad is called by GWT. I think I > should use a native method to call native Javascript function. But I cannot > figure out how to do it. Please advice me. Thanks! > > David > > -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@googlegroups.com. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.