Search found 65 matches

by luca.passani
Mon Aug 10, 2015 9:56 am
Forum: Scala API
Topic: Using both java and scala libraries needed?
Replies: 2
Views: 24781

Re: Using both java and scala libraries needed?

Hello, thank you for your question. The Scala Library is a wrapper around the Java library and the lib only contains Scala specific parts. I hope this answers your question. If not, can you elaborate a bit more about what you are trying to achieve and how you envision things to be made differently? ...
by luca.passani
Sat Apr 04, 2015 9:11 am
Forum: WURFL XML Structure
Topic: Help me ..........
Replies: 1
Views: 30322

Re: Help me ..........

You need to understand how the fallback mechanism works to understand why WURFL will work also when a device is defined without capabilities that are explicitly defined.

Anyway, I wouldn't worry too much. The API will take care of hiding that complexity from you.

Luca
by luca.passani
Wed Jan 28, 2015 11:12 am
Forum: WURFL.js
Topic: Detect tablet and smartphone browsers with Javascript
Replies: 5
Views: 42768

Re: Detect tablet and smartphone browsers with Javascript

so can we use wurfl.js? yes, you are welcome to use it compatibly with the rules explained in the license. If there are specific parts of the license you find too restrictive, we have a WURFL.JS Business Edition ready (not yet announced). That product is not free, but it provides extra features and...
by luca.passani
Mon Dec 15, 2014 6:28 pm
Forum: General API Questions
Topic: UA Matchers, without lookahead asserts.
Replies: 4
Views: 36352

Re: UA Matchers, without lookahead asserts.

Limiting the expressiveness of the WURFL API across all the major platforms to make space for ports to less known programming languages does not sound like a very wise strategy for the API future. In other words, it is unlikely that those changes will ever happen in the official WURFL API

Thanks
by luca.passani
Tue May 22, 2012 10:34 am
Forum: Feature Requests
Topic: HTTP Live Streaming
Replies: 2
Views: 33029

Re: HTTP Live Streaming

isn't streaming_preferred_http_protocol (in the streaming group) what you are looking for?

http://wurfl.sourceforge.net/help_doc.php#streaming

Luca
by luca.passani
Wed May 16, 2012 6:24 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: WURFL Cloud returning wrong results for resolution_width
Replies: 8
Views: 18490

Re: WURFL Cloud returning wrong results for resolution_width

Hi there, If you are connecting with a web browser, the WURFL Cloud will simply return information related to the generic assumption that you are accessing the service with a web browser and return (conservative) values about the size of the actual browser window. It seems to me that this is what yo...
by luca.passani
Mon May 14, 2012 3:37 pm
Forum: Java API
Topic: MatchType Enum Documentation?
Replies: 2
Views: 27306

Re: MatchType Enum Documentation?

Hi, you are getting a few things wrong: > catchAll <--- this is bad, means WURFL didn't have a match for the user agent. absolutely not. This means that WURFL does not implement any kind of special strategy to match a given UA string. This could be because the UA string structure is very regular. So...
by luca.passani
Tue May 08, 2012 5:42 pm
Forum: Device Detection Issues
Topic: HP TouchPad in 1.4 API is not mobile?
Replies: 3
Views: 7186

Re: HP TouchPad in 1.4 API is not mobile?

Sam, we found the problem. It turned up that one of the regexps that deals with normalizing the locale had not been updated in the .NET API. This improvement will be available in 1.4.1, but I have emailed you an out-of-band build of the two DLLs that solves the problem. Can you confirm that the prob...
by luca.passani
Sat May 05, 2012 3:55 pm
Forum: Device Detection Issues
Topic: HP TouchPad in 1.4 API is not mobile?
Replies: 3
Views: 7186

Re: HP TouchPad in 1.4 API is not mobile?

Sorry Sam. I realized that you have the .NET API. We will pass this to the .NET team

Thanks

Luca
by luca.passani
Fri May 04, 2012 10:36 pm
Forum: Device Detection Issues
Topic: HP TouchPad in 1.4 API is not mobile?
Replies: 3
Views: 7186

Re: HP TouchPad in 1.4 API is not mobile?

Hi Sam, I have instructed the engineering team to look at this first thing in the morning.

Are you guys positive that you don't have an older JAR file lying around?

latest ufficial release is 1.4.0.1.

https://sourceforge.net/projects/wurfl/ ... I/1.4.0.1/

Thanks

Luca
by luca.passani
Thu May 03, 2012 2:26 pm
Forum: Device Detection Issues
Topic: Chrome detected as 'Generic web browser' using Java API
Replies: 5
Views: 10830

Re: Chrome detected as 'Generic web browser' using Java API

I did both simultaneously. I've had this on the back burner waiting for the official licensing, and now when I fired it up again this morning I got the latest code and wurfl.xml and found this in my initial testing. The engineering team could not reproduce the problem. Can you please send me an ema...
by luca.passani
Thu Apr 19, 2012 10:07 am
Forum: Java API
Topic: Trouver de la vieille documentation
Replies: 3
Views: 10566

Re: Trouver de la vieille documentation

Pierre, please write to me offline at luca @ scientiamobile (...) and I will ask one of our Java guys to look specifically at your case and support you. If you still have the API 1.0 source code, you should be able to generate the JavaDocs and look at the code itself, but I still think that you shou...
by luca.passani
Thu Apr 12, 2012 9:55 am
Forum: Device Detection Issues
Topic: Samsung GT-I9100 "Desktop view mode" gets detected wrong
Replies: 8
Views: 12863

Re: Samsung GT-I9100 "Desktop view mode" gets detected wrong

The Java team has fixed this also for Java. We asked them to produce an out of band build, but we won't release it right away. We want to wait a couple of weeks and see whether there are other issues that we need to address, so the next release will be cumulative. If this issue is absolutely killing...
by luca.passani
Thu Apr 12, 2012 6:34 am
Forum: Device Detection Issues
Topic: Tweaking 1.4 DB API to get device rather than capabilities
Replies: 3
Views: 9655

Re: Tweaking 1.4 DB API to get device rather than capabiliti

Hi David, removing the java midlet matcher from the chain should do the trick (not sure if CatchAll also carrier e reference to UNTRUSTED, it did once). Anyway, it is not simple to say what device is behind a Midlet, unless the programmer has taken steps to reveal that identity. Can you mail us (wur...
by luca.passani
Mon Mar 26, 2012 4:45 pm
Forum: Device Detection Issues
Topic: Web browsers detected as mobile devices
Replies: 17
Views: 21639

Re: Web browsers detected as mobile devices

if you write me offline and tell me what the customer is, I am sure that we can organize getting you a snapshot before the formalities are finalized. You can send emails to: luca.passani @ scientiamobile

Thanks

Luca
by luca.passani
Mon Mar 26, 2012 8:05 am
Forum: Java API
Topic: WURFL and Spring DispatcherServlet issue
Replies: 3
Views: 10857

Re: WURFL and Spring DispatcherServlet issue

Buckolas, we are very very close to releasing version 1.4 of the API. How would you like to receive a Release Candidate and try that instead? I don't think it make much sense to run after a potential bug for which the solution would be to upgrade to version 1.4 of the WURFL API anyway. If you are in...
by luca.passani
Fri Mar 23, 2012 4:16 pm
Forum: Device Detection Issues
Topic: Web browsers detected as mobile devices
Replies: 17
Views: 21639

Re: Web browsers detected as mobile devices

I'm afraid the Java engineers are gone for the weekend, but we will look into this.

Thanks

Luca
by luca.passani
Fri Mar 23, 2012 2:54 pm
Forum: Device Information
Topic: device detection
Replies: 2
Views: 8391

Re: device detection

OK, our exceptionally skilled staff found that the UA string probably refers to this:

http://vegantab.gojimi.com/

OK. We will add it

Luca
by luca.passani
Fri Mar 23, 2012 2:48 pm
Forum: Device Information
Topic: device detection
Replies: 2
Views: 8391

Re: device detection

Hi. I'm testing out the .net api. Just wondering why this particular tablet is not being recognized as a tablet? It's a ViewSonic G-Tablet. Mozilla/5.0 (Linux; U; Android 2.2; en-us; VEGAn-TAB Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 Because it is not in WU...
by luca.passani
Mon Mar 19, 2012 7:50 pm
Forum: Device Information
Topic: LG C900K OPTIMUS win7 mobile
Replies: 7
Views: 14100

Re: LG C900K OPTIMUS win7 mobile

Hi, This mobile device is incorrectly detected or not included in the user agent list. Please add this device. I am using the 1.4 version of the WURFL API. Are you sure? this device has been in WURFL for quite some time: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile...