On Wednesday, September 17, 2014 8:18:58 AM UTC+2, Jack Thompson wrote: > > What would be the best way to handle situation where GWT bootstrap code > does not find a suitable permutation for the browser (Opera Mini for > example)? By default the user gets a blank html page when this happens. >
Have a look at https://code.google.com/p/google-web-toolkit/issues/detail?id=8135 and https://code.google.com/p/google-web-toolkit/issues/detail?id=8478 GWT 2.7 will also add support for <set-property-fallback name="user.agent" value="…"/> so you could fallback to a given permutation for "unknown" browsers (pick either gecko1_8 or safari as they're quite close to each other and close to "standards") -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
