Skip to content

Commit 0523448

Browse files
authored
Update README.md
1 parent c223fd6 commit 0523448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 : 11**<br>
3+
**Latest Version : 12**<br>
44
**Required Api : 21** <br>
55
**Permissions:** `android.permission.WRITE_EXTERNAL_STORAGE,android.permission.ACCESS_DOWNLOAD_MANAGER,android.permission.ACCESS_FINE_LOCATION,android.permission.RECORD_AUDIO, android.permission.MODIFY_AUDIO_SETTINGS, android.permission.CAMERA,android.permission.VIBRATE,android.webkit.resource.VIDEO_CAPTURE,android.webkit.resource.AUDIO_CAPTURE,android.launcher.permission.INSTALL_SHORTCUT`
66

@@ -23,7 +23,7 @@ CustomWebView is an extended form of web viewer with more customization and flex
2323
- Print web content
2424
- A wide range of tools for working with JavaScript
2525
- Accepts external links/Adds your app in browsers list when you use `BrowserPromptHelper` extension
26-
- Download files using built-in download method
26+
- Download files using built-in `DownloadHelper` add-on
2727
- Scroll Changed event and function to scroll to particular position
2828
- Create and Remove webviews dynamically
2929
- Ad blocker
@@ -43,7 +43,7 @@ Ans:- It is an helper class/extension which you can use if you want to add your
4343
> How can I set a screen name as activity to be launched after clicking external link? <br>
4444
Ans:- You have two methods to do that- <br>
4545
i) Change activity name from `BrowserPromptHelper` class manually and compile the sources. <br>
46-
ii) Get extension from here: <a href="https://sunnythedeveloper.xyz/customwebview/">CustomWebView extension generator</a>
46+
ii) Get extension from here: <a href="sunny.byteisticuser.me/customwebview/">CustomWebView extension generator</a>
4747
4848
### Reference Links
4949
1.WebView Docs (<a href="https://developer.android.com/reference/android/webkit/WebView">Click here</a>)<br>

0 commit comments

Comments
 (0)