Skip to content

v3.2.0

Compare
Choose a tag to compare
@pichillilorenzo pichillilorenzo released this 21 May 01:37
· 1321 commits to master since this release

3.2.0

  • Added ContextMenu and ContextMenuItem classes #235
  • Added onCreateContextMenu, onHideContextMenu, onContextMenuActionItemClicked context menu events
  • Added contextMenu to WebView
  • Added disableContextMenu WebView option
  • Added getSelectedText, getHitTestResult methods to WebView Controller
  • Fixed Confirmation dialog (onbeforeunload) displayed after popped from webview page #337
  • Fixed CookieManager.setCookie expiresDate option
  • Fixed Scrolling not smooth on iOS #341

BREAKING CHANGES

  • Renamed LongPressHitTestResult to InAppWebViewHitTestResult.
  • Renamed LongPressHitTestResultType to InAppWebViewHitTestResultType.