Hi, I run into an anomaly with HTC diamond. The Wurfl DB as well as UAProf indicates resolution of: 640x480 However, i did the folloing tests: 1.I used...
I think this was discussed in the past. I will change this to 240x320, unless someone argues otherwise. Daniel, should I also change max_image_size? in which...
this device profile reports the wrong UAProf: http://wurflpro.com/device/show/23119 can anyone confirm that this is wrong and the right UAProf should be: ...
Just a note on these 2: SAMSUNG-SGH-J700i/J700IXAIA2 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 Looks like it's an...
I see WURFL_WURFLUtils::getUserAgentProfile() looking in $_SERVER for: "x-wap-profile", "Profile", and a reference in "Opt". Shouldn't that first one be...
Why cookies on older mobile files not working correctly? For example: setcookie($this->cookie_name, $cookie_str, $expire, ""); setcookie($this->cookie_name,...
Hi, This is a good point. Actually the field i am using for determining output image size is the max image size field. And I guess that with the scrollbar it...
Hi all, ... Due to: a) Zooming capabilities b) High dpi resolution of the Diamond's screen I think the integrated browsers may not return actual screen...
Hi, I'm having a problem with the initialization of the Wurfl engine with the new API since the release of the snapshot 2.0.6 (the 2.0.5 was OK). I'm using the...
... Thanks a lot Luca, it works flawlessy again now. As a side note the current web patch still recognizes safari 3.0 and seamonkey 1.1.16 as wireless browsers...
It seems this is a new device. Is it in WURFL? User-Agent: Mozilla/4.0 SonyEricssonW715v/R1DE Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1...
Hi all, I'm facing an issue with the new WURFL API. How does one find out the root deviceId for a particular device.? Is there a method, such that if we pass...
I am not sure if this issue has been resolved or not but I recently started using wng tags in my jsp page and i found that a text can be displayed on the...
Hello, I am new to using the WNG tags. In my jsp page I would like to use prototype.js and other custom javascript, css files in order to support a special...
Hi Kunalt, For external CSS you can use the @import CSS function: <wng:style> @import url("filename.css"); </wng:style> For script, I will open an issue. ...
You should use the javascript capabilities in wurfl to decide whether or not to serve script. The 'ajax_support_javascript' capability means that device...
Hi Anders, The issue is WNG don't know the script content so can only choice between render or not render the script tag. Checking the device supports the...