Skip to content

Extending WebViewClient

Warren Applebaum edited this page Nov 8, 2013 · 1 revision

Overview

This guide will instruct you on how to extend the WebViewClient class. This method is extremely helpful for communicating between an embedded WebView and your native application.

Extending the WebViewClient

Interpret external url requests internally

Clone this wiki locally