[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Stefan Huber

11/14/2005 4:41:00 PM

hi,

i have some problems to recognitze a blackberry device as mobiledevice in
asp.net.
what browsercap type do i have to add for a blackberry?

<configuration>
<system.web>
<httpRuntime useFullyQualifiedRedirectUrl="true" />
<browserCaps>
<use var="HTTP_USER_AGENT" as="user_agent" />
<filter>
<!-- PDA -->
<case match="Windows CE" with="%{user_agent}">
IsMobileDevice = "true"
</case>
<!-- Opera -->
<case match="Opera" with="%{user_agent}">
IsMobileDevice = "false"
</case>
</filter>
</browserCaps>
</system.web>
</configuration>

thank you for your help
greetings from germany
stefan huber