update readme

This commit is contained in:
slymax 2019-02-16 16:57:06 +01:00
parent 6a57df7a09
commit 6d2e5b082f

View File

@ -15,7 +15,7 @@ If you want to create an app that displays the content of a remote website
mWebView.setWebViewClient(new MyWebViewClient()); mWebView.setWebViewClient(new MyWebViewClient());
``` ```
2. open the `MyWebViewClient.java` file and replace `example.com` on line **15** with your custom hostname 2. open the `MyWebViewClient.java` file and replace `example.com` on line **14** with your custom hostname
```java ```java
if (Objects.requireNonNull(Uri.parse(url).getHost()).endsWith("example.com")) { if (Objects.requireNonNull(Uri.parse(url).getHost()).endsWith("example.com")) {