> I have set the compile flag: > -generateJsInteropExports >
You only need this when using @JsType(isNative = false) in your code. Generally you have to wait until external JS has been loaded before you can access it in your GWT code. Maybe your GWT code runs too early? -- J. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/6b3de4da-22d2-463c-9edf-2096c5a0af09%40googlegroups.com.
