Skip to content

CustomWebView - v9

Compare
Choose a tag to compare
@vknow360 vknow360 released this 10 Sep 13:50
· 121 commits to master since this release
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