Example usage for com.google.gwt.user.rebind UserAgentPropertyGenerator subclass-usage

List of usage examples for com.google.gwt.user.rebind UserAgentPropertyGenerator subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.rebind UserAgentPropertyGenerator subclass-usage.

Usage

From source file ch.unifr.pai.twice.utils.device.rebind.EnableUnsupportedBrowsers.java

/**
 * GWT by default does not allow unsupported browsers (which are very few, very exotic ones only) to execute the application. In terms of best effort, we
 * override this behavior by defining that unknown devices should be provided with the standard Firefox "gecko1_8" compatible implementation of the application.
 * 
 * Until now, we only know about the native browser of the Nintendo 3DS browser who is affected by this issue.
 *