UserAgentCheck [useragentcheck] module
This module is for the Play 1.x series only.
UserAgentCheck provides an easy way to notify users when their browser is outdated. It displays a banner (blocking or non blocking) that drives the user to a page where he/she may download an upgrade.
Version 0.4: Fix Opera detection
Version 0.3: Fixes issues with IE10
https://github.com/orefalo/play-useragentcheck
Written by Olivier Refalo.
Published releases
0.4 | Jul 24 2012 | Documentation | Try Play |
0.3 | Nov 07 2011 | Documentation | Try Play |
0.2 | Oct 18 2011 | Documentation | Try Play |
0.1 | Oct 03 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install useragentcheck-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> useragentcheck {version}