Skip to Content
0
Former Member
Jan 22, 2009 at 06:43 AM

Browser Detection in Web Dynpro

145 Views

Dear All,

I am developing an application which would be used from a BlackBerry browser as well as a PC browser.

I there a way to detect which browser has been used for opening the applicaion?

I need this because I would be using 2 different layouts for the 2 cases.

I found some ways of detecting the browser:

1) TaskBinder.getCurrentTask().getClient().getClientDescription().getName().

But this should not be used as it is not an API.

2) WDProtocolAdapter.getProtocolAdapter().getRequestObject().getProtocolRequest()

But it is not supported now I suppose. We are using NWDS 7.0.17.

Please suggest a solution.

Thanks and regards,

Mayuresh

Edited by: Mayuresh Kanvinde on Jan 22, 2009 12:19 PM