Releases: vknow360/CustomWebView
Releases · vknow360/CustomWebView
CustomWebView -v12
CustomWebView -v11
Changes
- Shifted
Download
method from main extension toDownloadHelper
extension - Renamed
CustomWebViewHelper
toBrowserPromptHelper
- SSL Error and Geolocation Prompt should be handled by developer
FileAccess
andUsesLocation
no longer ask for permissions
Bug Fixes
- Fixed
whatsapp
url with number bug - Fixed
LoadHtml
bug for API > 27
CustomWebView -v10.1
Bug Fixes
- Fixed click bug
CustomWebView -v10
New Block
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 useCustomWebViewHelper
extension.
Bug Fixes
- Some minor bug fixes
CustomWebView - v9.2
Changes
- Some minor/internal changes
CustomWebView - v9.1
CustomWebView - v9
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
Changes
- Added
id
parameter toOnNewWindowRequest
and removed theurl
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
Changes
- Re-added some properties to designer
- Added missing permissions
Bug Fixes
- Fixed bug in
LongClickable
property