diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ea22f3ef..7a9ec69ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added - iPad support. Status is now displayed at full native resolution on iPad's -- fixed Sign in: Cannot paste text within password field [#3931] +- Persist browser history ### Fixed +- Fixed Sign in: Cannot paste text within password field [#3931] - Fixed chat message layout for right-to-left languages - Fixed parsing of messages containing multiple dots (elipsis) - +- Fixed Webview: Screen cut off when using ERC dEX DApp [#3131] + ## [0.9.22] - 2018-07-09 ### Added - Added Farsi public #status channel diff --git a/src/status_im/ui/screens/browser/views.cljs b/src/status_im/ui/screens/browser/views.cljs index 9831f68d61..d9e33cea50 100644 --- a/src/status_im/ui/screens/browser/views.cljs +++ b/src/status_im/ui/screens/browser/views.cljs @@ -91,7 +91,7 @@ (let [can-go-back? (model/can-go-back? browser) can-go-forward? (model/can-go-forward? browser) url (model/get-current-url browser)] - [react/keyboard-avoiding-view styles/browser + [react/view styles/browser [status-bar/status-bar] [toolbar.view/toolbar {} [toolbar.view/nav-button-with-count