GWT: What user.agent is my browser using? -


i using gwt 2.5 , gwt 2.7. suspect running bug caused gwt selecting wrong user.agent property. how can see user.agent property gwt has selected?

ideally, able open browsers developer tools , enter window.gwtproperties.getuseragent. return 1 of values have specifide in user.agent something.gwt.xml file.

starting point: know in gwt 2.5 user agent selected useragentpropertygenerator. writes javascript function somewhere executed , determines user.agent used.

thanks.

the xsiframe linker (used default in 2.7) output compilation-mappings.txt file mapping each permutation strong name (equivalent o generated *.cache.js file) permutation property values. looking @ file has been loaded browser, can track user.agent computed , used.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -