How to set the navigation type (Tab/Side) automatically based on device type (desktop/tablet)?
Hi All,
In Siebel IP 14, we want to switch navigation type automatically based on device.
If a user logs into the application with an iPad, we want to set the navigation renderer to "SIDE" while from a desktop computer, we want to set it to "TAB".
I tried several approaches, including:
> using a custom postloader, after evaluating the user agent string during the first postloader call, it is already way too late to change the navigation type.
> setting the navigation in Application_Start() will work, but I have no idea how to get the platform or user agent string during Application_Start() event?