@Jens: thanks for your feedback.
-- What you explain with the gwt props is what I tried (as explained in the docs), but sorry, I can't get it to work.
How should the conditional gwt props look like?
A snippet of what I have currently:
<define-property name="browser.engine" values="gecko,webkit,presto,trident" />
<set-property name="browser.engine" value="webkit" />
<set-property name="browser.engine" value="gecko">
<when-property-is name="user.agent" value="gecko1_8" />
</set-property>
....
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment