Skip to content

Releases: vknow360/CustomWebView

Version 13-beta

Choose a tag to compare

@vknow360 vknow360 released this 19 Jun 11:34
6a4d56d

New Features

Enhanced Ad Blocking

  • Powerful ad blocking with decent blocking efficiency
  • Smart filtering that blocks ads while preserving website functionality
  • Customizable whitelist to allow ads on specific websites
  • Lightweight performance optimized for all Android devices
  • Background processing that doesn't slow down your app

Print Support

  • Full printing capability for any webpage content
  • System integration using Android's built-in print services

Performance Improvements

  • Faster page loading with optimized resource handling
  • Better memory management for smoother operation
  • Enhanced stability with improved error handling
  • Optimized caching for frequently accessed content

Note: This is a beta release. Please test thoroughly before using in production applications.

CustomWebView -v12

Choose a tag to compare

@vknow360 vknow360 released this 09 Mar 08:39
9dc3dfd

New Blocks
image

Changes

  • Added support for localhost urls
  • Major changes and added new blocks in DownloadHelper

Bug Fixes

  • Some minor and major bug fixes

CustomWebView -v11

Choose a tag to compare

@vknow360 vknow360 released this 13 Jul 12:35
68b6894

New Blocks
image

Changes

  • Shifted Download method from main extension to DownloadHelper extension
  • Renamed CustomWebViewHelper to BrowserPromptHelper
  • SSL Error and Geolocation Prompt should be handled by developer
  • FileAccess and UsesLocation no longer ask for permissions

Bug Fixes

  • Fixed whatsapp url with number bug
  • Fixed LoadHtml bug for API > 27

CustomWebView -v10.1

Choose a tag to compare

@vknow360 vknow360 released this 21 Feb 07:30
6b66791

Bug Fixes

  • Fixed click bug

CustomWebView -v10

Choose a tag to compare

@vknow360 vknow360 released this 20 Jan 04:06
ea6a878

New Block
image
Note: These blocks are of CustomWebViewHelper extension and not of CustomWebView extension
Changes

  • Your app will be added to browsers list only when you use CustomWebViewHelper extension in your project.
  • You can now set screen which will be opened when user selects your app to browse a link.
    Also app will be resumed if it is running else it will be opened.
    To get url use CustomWebViewHelper extension.

Bug Fixes

  • Some minor bug fixes

CustomWebView - v9.2

Choose a tag to compare

@vknow360 vknow360 released this 22 Nov 09:10
223a123

Changes

  • Some minor/internal changes

CustomWebView - v9.1

Choose a tag to compare

@vknow360 vknow360 released this 09 Oct 14:31
2a73cdf

New blocks

image

Bug Fixes

  • Fixed bug in whatsapp:// URLs
  • Fixed bug in Download method (added compatibility for API 29)
  • Minor bug fixes

CustomWebView - v9

Choose a tag to compare

@vknow360 vknow360 released this 10 Sep 13:50
6e9a063

New Blocks

image

image

Changes

  • Added id variable to important events
  • Added custom screen open support to 'Browser' and 'Shortcut' feature.
    For Browser: store screen name in 'sn' tag in default instance of TinyDB
    For Shortcut: store screen name in 'ssn' tag in default instance of TinyDB
    However, for first time and in case value is not stored then Screen1 one will be opened by default.
  • Added more accuracy to scroll methods
  • Removed some un-necessary methods

Bug Fixes

  • Fixed bug in IgnoreSslErrors property
  • Fixed some other minor bugs

CustomWebView - v8

Choose a tag to compare

@vknow360 vknow360 released this 24 Jul 09:51
9580a4b

New Blocks





Changes

  • Added id parameter to OnNewWindowRequest and removed the url parameter
  • Clicked url will open Screen1 with list of url and 1
  • Web Shortcut will open Screen1 with a list of url and 2
  • Events will be only triggered for active webview (Set using SetWebView method)

Bug Fixes

  • Fixed bug in UploadFile method
  • Fixed bug in CurrentId method (it was not resetting after removing webview)

CustomWebView - v7.1 : Patch Update

Choose a tag to compare

@vknow360 vknow360 released this 02 Jul 09:27
b5a23fe

Changes

  • Re-added some properties to designer
  • Added missing permissions

Bug Fixes

  • Fixed bug in LongClickable property