Wednesday, January 29, 2014

Re: Gwt 2.6 + Opera(/presto) how to enable support?

You can re-enabled opera by using:

<extend-property name="user.agent" values="opera" />
<set-property name="user.agent" value="ie8,ie9,ie10,opera,gecko1_8,safari" />

Not sure right now if the set-property line is needed but I think so. Re-enabling ie6 permutation for IE6/7 works the same way.

-- J.

--
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/groups/opt_out.

No comments:

Post a Comment