Search found 4 matches

by mbeausoleil
Fri Aug 07, 2015 9:28 am
Forum: WURFL.js
Topic: Mobile Detection stopped working
Replies: 6
Views: 40552

Re: Mobile Detection stopped working

Yes it seems to be working properly now.

Is this something that may occur again? I'm not sure how the boolean variable switched?
by mbeausoleil
Fri Aug 07, 2015 8:23 am
Forum: WURFL.js
Topic: Mobile Detection stopped working
Replies: 6
Views: 40552

Re: Mobile Detection stopped working

That is correct. In testing it returns proper variables however the processing engine isn't taking into account that it returns 'false'
by mbeausoleil
Fri Aug 07, 2015 6:06 am
Forum: WURFL.js
Topic: Mobile Detection stopped working
Replies: 6
Views: 40552

Re: Mobile Detection stopped working

This is the simple code in the header:

Code: Select all

<script type='text/javascript' src="//wurfl.io/wurfl.js"></script>
	<script type="text/javascript">
        if (WURFL.is_mobile){
			if (WURFL.form_factor != 'Tablet'){
           		      window.location.replace('/mobile');
			}
        }
by mbeausoleil
Fri Aug 07, 2015 6:03 am
Forum: WURFL.js
Topic: Mobile Detection stopped working
Replies: 6
Views: 40552

Mobile Detection stopped working

Hello,

We use WURFL.js on our site. It has been working for over a year. Today it has stopped and is redirecting all traffic to mobile. Any ideas?

Thanks,

Mathieu