Skip to content

Releases: pichillilorenzo/flutter_inappwebview

v0.5.4

30 Oct 23:05
Compare
Choose a tag to compare

0.5.4

  • added WebHistory and WebHistoryItem class
  • added getCopyBackForwardList, goBackOrForward, canGoBackOrForward and goTo methods for InAppWebView and InAppBrowser

v0.5.3

27 Oct 23:20
Compare
Choose a tag to compare

0.5.3

  • added CookieManager class

v0.5.2

22 Oct 23:49
Compare
Choose a tag to compare

0.5.2

  • fixed some missing result.success() on Android and iOS
  • added postUrl() method for InAppWebView and InAppBrowser
  • added loadData() method for InAppWebView and InAppBrowser

v0.5.1

22 Oct 13:57
Compare
Choose a tag to compare
updated README.md

v0.5.0

21 Oct 22:48
Compare
Choose a tag to compare

0.5.0

  • added initial support for Inline WebViews using the InAppWebView widget
  • added InAppBrowser.openFile() method
  • added InAppBrowser.onProgressChanged() event
  • moved InAppBrowser WebView related functions on the InAppWebViewController class
  • added InAppLocalhostServer class
  • added InAppWebView.canGoBack() and InAppWebView.canGoForward() methods
  • removed openWithSystemBrowser and isLocalFile option. Now use the corresponding method
  • code refactoring

v0.4.1

17 Oct 23:42
Compare
Choose a tag to compare

0.4.1

  • added InAppBrowser.takeScreenshot()
  • added InAppBrowser.setOptions()
  • added InAppBrowser.getOptions()

v0.4.0

15 Oct 23:29
Compare
Choose a tag to compare
  • removed target parameter to InAppBrowser.open() method. To open the url on the system browser, use the openWithSystemBrowser: true option
  • fixes for the _ChannelManager private class
  • fixed EXC_BAD_INSTRUCTION onLoadStart in Swift
  • added openWithSystemBrowser and isLocalFile options
  • added InAppBrowser.openWithSystemBrowser method
  • added InAppBrowser.openOnLocalhost method
  • added InAppBrowser.loadFile method

v0.3.2

14 Oct 12:03
Compare
Choose a tag to compare
fixed WebView.storyboard path for iOS, added v0.3.2

v0.3.1

13 Oct 20:19
Compare
Choose a tag to compare
updated CHANGELOG.md

v0.3.0

13 Oct 19:56
Compare
Choose a tag to compare
updated README.md