HighTechTalks DotNet Forums  

blackberry and browsercap

ASP.net Mobile microsoft.public.dotnet.framework.aspnet.mobile


Discuss blackberry and browsercap in the ASP.net Mobile forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Stefan Huber
 
Posts: n/a

Default blackberry and browsercap - 11-14-2005 , 11:41 AM






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



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.