Details
Description
Hi,
I was trying to use WebClientInfo to get browser information on the server, In the IPAD Chrome
when retrieving 'navigatorJavaEnabled' is returning 'undefined' instead of true/false.
The problem is as 'undefined' is string but server is expecting boolean, leads to exception and causing browser to reload continuously.
possible solution
In wicket-browser-info.js
--------------------------------------
info.navigatorJavaEnabled = window.navigator.javaEnabled() || false;
Also posted the same in wicket forum:
http://apache-wicket.1842946.n4.nabble.com/Browser-Client-info-navigatorJavaEnabled-property-returns-undefined-td4674794.html