How do I tell GWT to not compile a permutation for gears

Posted by Clinton Bosch on Stack Overflow See other posts from Stack Overflow or by Clinton Bosch
Published on 2011-06-27T10:34:10Z Indexed on 2011/06/27 16:22 UTC
Read the original article Hit count: 197

Filed under:
|

I have included gwt-html5-geolocation into my GWT project and was disappointed to find that it doubled up on my number of permutations compiled. Apparently if the browser does not support geolocation API then it falls back to use gears to find out your location. Is there a way to NOT compile a permutation for gears similar to the way you can tell GWT to only compile certain browser permutations? (the geolocation stuff is very much a nice-to-have and frankly if the client is running an old browser then I am happy not to get their location)

Thanks

© Stack Overflow or respective owner

Related posts about gwt

Related posts about geolocation