Skip to content

Releases: vknow360/CustomWebView

CustomWebView -v12

09 Mar 08:39
9dc3dfd
Compare
Choose a tag to compare

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

13 Jul 12:35
68b6894
Compare
Choose a tag to compare

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

21 Feb 07:30
6b66791
Compare
Choose a tag to compare

Bug Fixes

  • Fixed click bug

CustomWebView -v10

20 Jan 04:06
ea6a878
Compare
Choose a tag to compare

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

22 Nov 09:10
223a123
Compare
Choose a tag to compare

Changes

  • Some minor/internal changes

CustomWebView - v9.1

09 Oct 14:31
2a73cdf
Compare
Choose a tag to compare

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

10 Sep 13:50
6e9a063
Compare
Choose a tag to compare

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

24 Jul 09:51
9580a4b
Compare
Choose a tag to compare

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

02 Jul 09:27
b5a23fe
Compare
Choose a tag to compare

Changes

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

Bug Fixes

  • Fixed bug in LongClickable property

CustomWebView - v7

28 Jun 08:36
d4afae8
Compare
Choose a tag to compare

New Blocks




Bug Fixes

  • Fixed bug in PrintWebContent method
  • Fixed bug in FileUploadNeeded method

What's new

  • Ad Blocker