-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
https://sourceforge.net/tracker/?func=detail&aid=3065937&group_id=152762&atid=785194++
Will be nice if I can disable or enable browser support in zk.xml file for my application. For example, my application can work only with IE-8, and configuration file should something like that:
<client-config>
<browsers>
<enable>IE-8</enable>
<reload-uri>/unsupported.zul</reload-uri>
</browsers>
</client-config>
It's mean, application work only with IE-8.
or
<client-config>
<browsers>
<disable>IE-8</disable>
<reload-uri>/unsupported.zul</reload-uri>
</browsers>
</client-config>
It's mean application can work with all browsers except IE-8.
With best regards.