Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / February 2004

Tip: Looking for answers? Try searching our database.

IsMobileDevice false on PocketPC 2003

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Frederik Delacourt - 10 Feb 2004 15:56 GMT
Hello,

I have a desktop computer, a nokia 3650 and an ipaq 5455 with pocketpc 2003
and a Viewsonic with Pocketpc 2002

When I do a Request.Browser["IsMobileDevice"], I'm receiving the following
answer:
Desktop = false
Ipaq = false
Viewsonic = true
Nokia = true

Shouldn't the Ipaq return true also as the viewsonic does? This sounds like
a bug to me. Is there any fix that someone can be aware. I'm thinking about
parsing the resolution if the IsMobileDevice is returning false to make sure
of the device I'm on.

Any idea on how to work around that problem?

Thank you,

Frederik Delacourt
Vladislav Tihonyuk - 11 Feb 2004 09:19 GMT
Hi

MobileCapabilities caps = (MobileCapabilities)Request.Browser;
if (caps.IsMobileDevice) ...

Slavca

> Hello,
>
[quoted text clipped - 18 lines]
>
> Frederik Delacourt

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.