Saturday, February 4, 2017

Re: Method gives a different result than Javascript after wrapping it using JsInterop.

It works! Thanks a lot. I am getting rid of all the Numbers and replacing them by double. 

Le samedi 4 février 2017 11:38:43 UTC+1, Thomas Broyer a écrit :
Have you tried with Double instead of Number? I suspect Number might be passed as an opaque object to JS which could then be turned into a NaN in some calculations and then "capped" to the max zoom.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment