File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11## Introduction
22CustomWebView 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
30331.WebView Docs (<a href =" https://developer.android.com/reference/android/webkit/WebView " >Click here</a >)<br >
You can’t perform that action at this time.
0 commit comments