Here is the User Agent for IE6 on XP: *Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30;...
31986
igorlemasson
Feb 2, 2010 2:11 pm
The first version of Firefox for Maemo <http://www.mozilla.com/en-US/mobile/> , previously named "Fennec", was released January 28, 2010. It supported by...
31987
Andrea Trasatti
mith_y
Feb 2, 2010 7:02 pm
In my case the file cache was 50MB or so, so make sure your quota also allows you to store enough files. Andrea...
31988
Cristiano
castrocristi...
Feb 2, 2010 7:03 pm
Hi, I was searching for a way to use a password like input (display asterisks for example) in wng, and for the colspan attribute in tables, but the searches...
31989
Luca Passani
luca_passani
Feb 2, 2010 9:42 pm
... type="password" should do the trick. If it doesn't, please let me know. ... you can't do rowspan. There is magic going on with Tabular. The magic is that...
31990
Steve Kamerman
steve_bond_k...
Feb 3, 2010 5:48 am
Hi Chris, thanks for the heads-up, I will put it in my list of misbehaving User Agents! I think you've got enough ".NET CLR" references in there! Thanks, ...
31991
Luca Passani
luca_passani
Feb 3, 2010 7:38 am
As an aside, this case is handled by the regular APIs which will strip those .Net CLR references and proceed to match the web browser beneath Luca...
31992
ismailraja
Feb 3, 2010 7:39 am
Hi Simon, Here is my iPhone 3gs user agent as requsted Your User Agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; en-us) AppleWebKit/528.18...
31993
Beachbum
dwight_vietzke
Feb 3, 2010 7:41 am
Hi group, I don't know if this is helpful, but since I do a lot of WURFL data massaging, I keep running into 'near duplicate' user agent strings. Here are some...
31994
Juanto Romang
juantobul
Feb 3, 2010 7:41 am
I would like to open the wng-radiowng-1.0.1-rc1 as a Netbeans project Does anyone made that? Is it possible? If not can anyone tell me how to work on it, maybe...
31995
shabadoo1975
Feb 3, 2010 7:43 am
Hi, I've found the WURFL PHP API is not able to identify devices that use Opera mini or Opera mobile. This is because these browsers overwrite the UA string....
31996
Filippo De Luca
dl.filippo
Feb 3, 2010 8:22 am
Hi Cristiano, This is an example of tabular with colspan: <wng:tabular css_ref="tabular"> <wng:tabular_header> <wng:css> <wng:css_property name="font-size"...
31997
Filippo De Luca
dl.filippo
Feb 3, 2010 8:25 am
Hi Juanto, You had to checkout the source from: https://dev.wurflpro.com/svn/wurflpro/wng/core/tags/wng-1.0.1-rc1/ and then you can use netbeans maven plugin...
31998
Steve Kamerman
steve_bond_k...
Feb 3, 2010 9:16 am
Luca, my API detects the .NET CLR and sends the UA to the Internet Explorer matcher, but the current problem is that some non-IE UAs are finding there way into...
31999
Luca Passani
luca_passani
Feb 3, 2010 10:50 am
exactly, this is why one of the reasons why the web browser patch got a lot smaller a few months back. One side effect of the choice is that funny spiders and...
32000
Remon Magdy
remonmagdy2000
Feb 3, 2010 11:00 am
Hello Guys, I'm facing a problem with WNG 1.0.1 RC-1: 1- Images are not rendered in WML pages 2- "Illustrated Item No Wrap" gives me error when rendered in wml...
32001
Cristiano
castrocristi...
Feb 3, 2010 11:05 am
Hi and thanks for the replys. I wrote colspan i ntitle by mistake, what I really meant was rowspan but my question got answered nonetheless. As for...
32002
Jose
j_a_fernandez
Feb 3, 2010 12:14 pm
Hi Luca, We are thinking about migrating the the New Wurfl API since the new wurfl.xml are getting too many false positives because of the old algorithms of...
Mine is Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16 and it's...
32004
Christopher Haslage
chaslage...
Feb 3, 2010 2:40 pm
Guys, I believe I am the largest client using Tera-WURFL, so I ask with a certain amount of uncertainty... How large is the browser cache supposed to be? For...
32005
Luca Passani
luca_passani
Feb 3, 2010 3:13 pm
Jose, on the website, you can find a version of WALL retrofitted to work with the new API Did you give it a spin? Luca...
32006
Luca Passani
luca_passani
Feb 3, 2010 3:17 pm
People, I plan to pay a visit to the yearly mobile Mecca this time too. Just like last year, it would be nice to meet fellow WURFL enthusiasts and supporters...
32007
Jose
j_a_fernandez
Feb 3, 2010 4:26 pm
I did not realize there was such a thing. Will look into it. Thanks, Jose Alberto...
32008
Jose
j_a_fernandez
Feb 3, 2010 4:53 pm
Hi Luca, One of my colleges just informed me of the following problems with this device. We are having provisioning problems with the lookup of the properties...
32009
Steve Kamerman
steve_bond_k...
Feb 3, 2010 5:21 pm
Hi Chris, this is very similar to the results I've had with > 20000 user agents in the cache. The 25 seconds is basically just the WURFL being updated, the...
32010
Steve Kamerman
steve_bond_k...
Feb 3, 2010 5:25 pm
Chris, I've thought of another way to reduce the time it takes to process the cache and improve performance. I can write a module in Tera-WURFL that filters...
32011
Christopher Haslage
chaslage...
Feb 3, 2010 5:41 pm
Steve, No Wall or Haw, I am using only a select few fields: is_wireless_device, preferred_markup, xhtml_support_level, chtml_make_phone_call_string,...
32012
Christopher Haslage
chaslage...
Feb 3, 2010 6:15 pm
Steve, Using a Wiki makes more sense, allows for people to edit and change things (if you let them). It does make life a lot easier when changing things on...
32013
Luca Passani
luca_passani
Feb 3, 2010 6:48 pm
I fixed this. Can you take a look? unfortunately, this change is late for the latest snapshot which I have already produced and which will be live shortly Luca...
32014
Alejandro Guerrieri
alejandro_gu...
Feb 3, 2010 11:02 pm
Luca, As usual, I'm attending. Since I'm a local, let me know if you need anything from here and I'll try my best. Regards, Alejandro...