Questions tagged [wurfl]

WURFL stands for Wireless Universal Resource FiLe.

The WURFL is a commercial open-source mobile device database and open-source (AGPL) API that provides access to a database of mobile devices and browser characteristics. WURFL recognizes virtually all known mobile devices and tracks many device characteristics. All the device data is stored in an XML file which can be customized and extended using patch files.

113 questions
2
votes
1 answer

Errors when implementing WURFL with Zend

I've looked around and cant seem to find someone with the same issue as me, hoping i've not missed a clanger here. I'm wanting to get device browser information for each user, i'm currently planning on doing this within the bootstrapper, following…
Andy
  • 679
  • 2
  • 10
  • 25
2
votes
1 answer

wurfl nginx build errors

I am getting build errors when trying to build Nginx with Wurfl. I am running in a Centos7 VM, combining nginx with other modules and specifying other flags doesn't seem to be causing any problems for me. However when I try to bundle with the wurfl…
DamnedNForsaken
  • 494
  • 1
  • 6
  • 14
2
votes
1 answer

How to use AngularJS directive for WURFL img-wit with ng-src?

http://www.scientiamobile.com/page/angularwit Want to be able to do something like this: The picture isn't rendering however, although the blank space is sized correctly. Is it possible to use…
claireablani
  • 7,804
  • 5
  • 16
  • 19
2
votes
1 answer

Java Wurfl Implementation Exception

I am getting following error and please help me where I am doing wrong ERROR n.s.wurfl.core.GeneralWURFLEngine - cannot initialize: java.lang.NullPointerException: in is null java.lang.NullPointerException: in is null at…
Madan Madan
  • 674
  • 1
  • 11
  • 28
2
votes
4 answers

How to detect desktop browser vs mobile device using wurfl?

I am planning to use Wurfl in a web application in order to distinguish between mobile device and desktop browser. The isMobileBrowser(String userAgent) from net.sourceforge.wurfl.core.utils seems the appropriate function to do that. Nevertheless…
yeforriak
  • 1,705
  • 2
  • 18
  • 26
2
votes
0 answers

Alembik developement and source code

In my project i am using alembik media server heavily. However i am unable to find the source code of the tag on the alembik site. The repository they are giving is not sure whether stable or not. somebody have knowledge if the alembik developement…
vaibought
  • 461
  • 2
  • 6
  • 20
2
votes
1 answer

Android Tablets/Galaxy tab not detect as a tablet in WURFL

I used wurfl-2.3.3 WURFL File and checked my site with Samsung Galaxy Tab 2 10.1 and it identifies the device as a mobile phone but if I check it with Ipad it correctly identifies it as a tablet. FYI, the following is the script I used. $is_tablet =…
Miuranga
  • 2,463
  • 10
  • 51
  • 81
2
votes
1 answer

JADE-LEAP congurations in Eclipse?

I have 2 questions regarding JADE LEAP and WURFL repository as I am new in JADE. 1- Can any one tell me how do I configure JADE LEAP in Eclipse. I downloaded JADE-LEAP addOn but didn't know how I configure ? I add simple jade.jar in my Eclipse…
user1850112
  • 47
  • 1
  • 7
2
votes
3 answers

maven for wurfl 1.4

Is anybody else working on wurfl API version 1.4 (latest stable release). I am stuck on configuring my pom.xml for wurfl 1.4 I do not want to add wurfl manually. ScintiaMobile says that new wurfl is hosted at their server. But the link they provide…
hrishikeshp19
  • 8,838
  • 26
  • 78
  • 141
2
votes
2 answers

Not Getting Mobile Handset Correct Screen size using Tera-WURFL

In my PHP Script i have used Tera-WURFL api to get the Screen resolution of mobile Handset but the result i am getting is not correct... here is a code ... **
Ekky
  • 792
  • 4
  • 14
  • 29
2
votes
1 answer

Mobile Capability for meta tags render en ASP.NET Mobile

Anybody knows what is mobile capability for render Meta Tags for each adapter? I am using Marg.Wurfl to detect mobile device, and it maps wurfl capabilities to mobile capabilities, but it does not render meta tags.I have found…
fravelgue
  • 2,633
  • 2
  • 24
  • 23
2
votes
1 answer

How to integrate Spring Webflow, Spring Mobile and WURFL

I wonder if anyone can help. I am working on a Spring Webflow 2 app, where I would also like to integrate Spring Mobile 1.0 with WURFL 1.4.2. I have got Webflow and Spring Mobile working together like this:
Nathan Russell
  • 3,428
  • 5
  • 30
  • 51
2
votes
2 answers

IE9 getting detected as mobile via WURFL

I have an Ektron site, which is using WURFL (latest version, 2.3.2) to detect the device. When browsing to the site using IE9, the user is shown the mobile version of the site. The user agent is- Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1;…
Spongeboy
  • 2,232
  • 3
  • 28
  • 37
2
votes
1 answer

Apache Redirect on downstream 404

We are building a mobile site whose url structure matches our current desktop site. We are hosting them on the same domain, and using apache to filter traffic between them using WURFL to help decide which agents go where. Our filtering rules…
Rob Trickey
  • 1,301
  • 11
  • 13
2
votes
2 answers

Dynamic layout for mobile visitors on ASP.NET MVC 3?

I want to dynamically change the layout, based on whether the user is accessing the site from a mobile device or not. I have a few questions on the subject. I would like to change the layout once it's determined, but before the view is rendered.…
bevacqua
  • 47,502
  • 56
  • 171
  • 285