Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vknow360 authored Jul 24, 2020
1 parent 62a9183 commit 9580a4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Introduction
CustomWebView is an extended form of web viewer with more customization and flexibility (For MIT AI2 and its distros)<br>
**Latest Version : 7.1**<br>
**Latest Version : 8**<br>
**Required Api : 21**

## Features
- More customization options than normal web viewer
- Long Click event
- New window request event
- Close window request event
- Load local files and content using Html and Js
- Find words and phrases in webview
- Evaluate Js and get result
Expand All @@ -16,7 +17,7 @@ CustomWebView is an extended form of web viewer with more customization and flex
- Form Resubmission event
- Get content height
- Get SSL Certificate of website
- Get cookies for particular url/website
- Get/Set cookies for particular url
- Event for permission(s) request and grant permission(s) manually
- Print web content
- A wide range of tools for working with JavaScript
Expand All @@ -25,6 +26,8 @@ CustomWebView is an extended form of web viewer with more customization and flex
- Scroll Changed event and function to scroll to particular position
- Create and Remove webviews dynamically
- Ad blocker
- Full screen video feature (OnShowCustomView and OnHideCustomView)
- Pause and Resume webview

### Reference Links
1.WebView Docs (<a href="https://developer.android.com/reference/android/webkit/WebView">Click here</a>)<br>
Expand Down

0 comments on commit 9580a4b

Please sign in to comment.