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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Which method should be used for mobile device detection   Message List  
Reply Message #31542 of 32037 |
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
Offline Offline
Send Email Send Email

Message #31542 of 32037 |
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
Offline 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
Offline 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 © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help