Search the web
Sign In
New User? Sign Up
wmlprogramming · WML,XHTML,WURFL & Mobile-related stuff
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Which method should be used for mobile device detection   Topic List   < Prev Topic  |  Next Topic >
Reply | Forward  | 
Re: [wmlprogramming] Which method should be used for mobile device detection


On 2 Nov 2009, at 21:59, kunalt_online wrote:

1) You need to check two capabilities(is_wireless_device and device_claims_web_support)
   if(is_wireless_device=false and device_claims_web_support=true) {
    the request is from web browser
   }
   

Fanta

Guys,

Which class/method should I use from the WURFL api to detect between a mobile request and or a Desktop PC request. Also can someone please point me to the updated JAVA API for the WURFL.

Thanks,
Kunal




Mon Nov 2, 2009 10:21 pm

fantayenehasres
Online Now Online Now
Send Email Send Email

Forward
 | 
Expand Messages Author Sort by Date

Guys, Which class/method should I use from the WURFL api to detect between a mobile request and or a Desktop PC request. Also can someone please point me to...
kunalt_online
Offline Send Email
Nov 2, 2009
10:05 pm

Also am sorry i forgot to add that I used the UserAgentUtils helper class isMobileBrowser(String UserAgent) method to get me a boolean for a mobile or a PC...
kunalt_online
Offline Send Email
Nov 2, 2009
10:16 pm

Hi, The UserAgentUtils is a helper class used by the api and you don't have to use it. Fanta...
Fantayeneh Asres Gizaw
fantayenehasres
Online Now Send Email
Nov 2, 2009
10:24 pm

... is_wireless_device ... http://wurfl.sourceforge.net/njava/ Luca...
Luca Passani
luca_passani
Offline Send Email
Nov 2, 2009
10:21 pm

On 2 Nov 2009, at 21:59, kunalt_online wrote: 1) You need to check two capabilities(is_wireless_device and device_claims_web_support) ...
Fantayeneh Asres Gizaw
fantayenehasres
Online Now Send Email
Nov 2, 2009
10:22 pm

Fanta is right. You also need to check device_claims_web_support Luca...
Luca Passani
luca_passani
Offline Send Email
Nov 2, 2009
10:25 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help