List of usage examples for android.webkit WebViewClient subclass-usage
From source file cn.loveapple.client.android.shiba.view.LoveappleWebViewClient.java
/**
* WEB?
*
* @author $Author$
* @version $Revision$
* @date $Date$
From source file nodomain.freeyourgadget.gadgetbridge.service.devices.pebble.webview.GBWebClient.java
public class GBWebClient extends WebViewClient { private String[] AllowedDomains = new String[] { "openweathermap.org", //for weather :) "tagesschau.de" //for internal watchapp tests }; private static final Logger LOG = LoggerFactory.getLogger(GBWebClient.class);
From source file project.cs.lisa.application.html.NetInfWebViewClient.java
/**
* The web view client that intercepts the web view in order
* to use NetInf services when downloading web pages.
*
* @author Paolo Boschini
* @author Kim-Anh Tran
From source file com.nbplus.hybrid.BasicWebViewClient.java
/** * Created by basagee on 2015. 4. 30.. */ public abstract class BasicWebViewClient extends WebViewClient { private static final String TAG = BasicWebViewClient.class.getSimpleName();