Skip to content

Commit 9580a4b

Browse files
authored
Update README.md
1 parent 62a9183 commit 9580a4b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## Introduction
22
CustomWebView is an extended form of web viewer with more customization and flexibility (For MIT AI2 and its distros)<br>
3-
**Latest Version : 7.1**<br>
3+
**Latest Version : 8**<br>
44
**Required Api : 21**
55

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

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

0 commit comments

Comments
 (0)