For what it's worth, my old N95 has those keybindings from the beginning, so it's not something new. SonyEricsson K800i has an option to switch between using...
... Yes, but GAP is also about 1) old devices 2) best possible one-size-fits all. So, these changes have negative impact. I think some companies rely on access...
Well, we could move "*access_key_support"* from wml_ui to ____ (markup/display/???) group (since it also applies to XHTML devices, right?). Apart from that, a...
I filled a bug in Forum Nokia about it sometime ago: http://wiki.forum.nokia.com/index.php/KIC001108_-_Accesskey_attribute_not_working_in_Web_Browser_for_S60 ...
... I think that [ACCESS_KEYS] GAP rule shouldn't be changed, specially if there is a wurfl capability that let you know if the device supports accesskey. ... ...
Hi Praven, You had to use WURFLUtils interface. You can obtain WURFLUtils from WURFLHolder using getWURFLUtils(). Once you have WURFLUtils you can get all...
... that WURFL capability referred to WML devices. The problem was real in WML, because devices which did not support accesskey, would throw an error in the...
... Yes, I know, and I am agree with Miha about populating the capability to XHTML devices... -- J. Manrique López de la Fuente http://www.jsmanrique.es...
Hi Filippo, firstly thanks for your reply..!! I did try it out, but its giving me repeated values :( The brand names are not unique. Regards, Praveen Das...
Hi, I looked Filippo's code, and actually it is impossible that it gives you repeted values. At the end it is Set. Fanta ... [Non-text portions of this message...
Hi, Here is the code that gave repeated values. have added only the logic part of it.. . . . public void importManufacturers() { ArrayList<String> brandList =...
Hi, if you want you can try: http://search.cpan.org/perldoc?Mobile::Devices::Loop it's a Perl module to loop through devices in wurfl.xml. in example/ folder...
Has anyone adapted WALL4PHP to the new WURFL PHP API? I'm about to do so, and didn't want to miss anything. Looking at the source it looks like I just need to...
Using WALL4PHP with the new WURFL PHP API, I'd like to generate markup readable by popular desktop(non mobile) browsers when my site is accessed by them. My...
This is important enough that I'll make an exception an post to WMLProgramming too. If you know your way around with video, please let us know what you think. ...
Hi, There is more and more device that supports orientation change (portrait and landscape). It is pretty easy using JavaScript to use this functionnality. ...
Hi, Alex. I think, it could be done. If you want to force a XHTML-MP output, you can use a patch file with desktop browsers. You can also use a little MVC, and...
... I've been thinking the same too, but haven't really got the time to look into it yet. Well, if you did manage to adapt it, please share it. Thanks...
Interesting... how about any specifics for CDMA/EVDO networks in the US (i.e. Sprint/Nextel)? Perhaps it could utilize UMTS. Now, more important question,...
Was going to do the same this month and share, but haven't done yet ... -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com...
Hi Juan Is there a ringtone max_file_size capability to check for in WURFL or do you use something else? If not do you (or anyone else) have any practical...
Hi, Thanks to everyone who works on WURFL for all the work in building the browser capability database, its been very helpful in the project I'm currently...
i'm considering the usage of external style sheets for the site i'm working on. i'm curious why the global authoring practices recommends not using them. while...
Matt, as always with mobile development... it DEPENDS. :) Some devices don't cache the css correctly and will "flicker" (re-render the page when the CSS file...