2018-10-17 23:38:36 +00:00
|
|
|
## 0.4.1
|
|
|
|
|
|
|
|
- added `InAppBrowser.takeScreenshot()`
|
|
|
|
- added `InAppBrowser.setOptions()`
|
|
|
|
- added `InAppBrowser.getOptions()`
|
|
|
|
|
2018-10-15 23:27:58 +00:00
|
|
|
## 0.4.0
|
|
|
|
|
|
|
|
- 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
|
2018-10-17 23:38:36 +00:00
|
|
|
- added `InAppBrowser.isOpened` method
|
2018-10-15 23:27:58 +00:00
|
|
|
|
2018-10-14 11:58:42 +00:00
|
|
|
## 0.3.2
|
|
|
|
|
|
|
|
- fixed WebView.storyboard path for iOS
|
|
|
|
|
2018-10-13 20:16:42 +00:00
|
|
|
## 0.3.1
|
|
|
|
|
|
|
|
- fixed README.md example
|
|
|
|
|
2018-10-13 19:12:32 +00:00
|
|
|
## 0.3.0
|
|
|
|
|
|
|
|
- fixed WebView.storyboard to deployment target 8.0
|
|
|
|
- added `InAppBrowser.onLoadResource()` method. The event fires when the InAppBrowser webview loads a resource
|
|
|
|
- added `InAppBrowser.addJavaScriptHandler()` and `InAppBrowser.removeJavaScriptHandler()` methods to add/remove javascript message handlers
|
|
|
|
- removed `keyboardDisplayRequiresUserAction` from iOS available options
|
|
|
|
- now the `url` parameter of `InAppBrowser.open()` is optional. The default value is `about:blank`
|
|
|
|
|
2018-10-09 23:52:27 +00:00
|
|
|
## 0.2.1
|
|
|
|
|
2018-10-13 19:12:32 +00:00
|
|
|
- added `InAppBrowser.onConsoleMessage()` method to manage console messages
|
|
|
|
- fixed `InAppBrowser.injectScriptCode()` method when there is not a return value
|
2018-10-09 23:52:27 +00:00
|
|
|
|
2018-09-30 19:52:56 +00:00
|
|
|
## 0.2.0
|
|
|
|
|
2018-10-05 11:18:28 +00:00
|
|
|
- added support of Chrome CustomTabs for Android
|
2018-09-30 19:52:56 +00:00
|
|
|
- added support of SFSafariViewController for iOS
|
|
|
|
- added the ability to create multiple instances of browsers
|
|
|
|
|
|
|
|
## 0.1.1
|
2018-09-23 23:53:22 +00:00
|
|
|
|
|
|
|
- updated/added new methods
|
|
|
|
- updated UI of android/iOS in-app browser
|
|
|
|
- code cleanup
|
|
|
|
- added new options when opening the in-app browser
|
|
|
|
|
2018-09-14 00:21:51 +00:00
|
|
|
## 0.0.1
|
|
|
|
|
|
|
|
Initial release.
|