diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2613c168..5e10a816 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -15,20 +15,8 @@ - - - - - - - - - - - - - + @@ -48,13 +36,14 @@ - + - - + + - + + @@ -75,8 +64,8 @@ - - + + @@ -123,17 +112,17 @@ - + - + - - + + @@ -250,9 +239,9 @@ @@ -505,7 +494,7 @@ - + @@ -513,7 +502,7 @@ - + @@ -883,13 +872,6 @@ - - - - - - - @@ -900,30 +882,38 @@ - + - - + + + + + + + + + + + + + - - + + - + - - - - - + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8c1087..1c528282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - Updated default value for `domStorageEnabled` option to `true` for Android - Fix for Android `InAppBrowser` for some controller methods not exposed. - Merge "Fixes null error when calling getOptions for InAppBrowser class" [#214](https://github.com/pichillilorenzo/flutter_inappwebview/pull/214) (thanks to [panndoraBoo](https://github.com/panndoraBoo)) -- Added `enableDropDownWorkaroud` webview option for Android to enable a temporary workaround for html dropdowns (issue [#182](https://github.com/pichillilorenzo/flutter_inappwebview/issues/182)) +- Added `dropDownWorkaroudEnabled` webview option for Android to enable a temporary workaround for html dropdowns (issue [#182](https://github.com/pichillilorenzo/flutter_inappwebview/issues/182)) ### BREAKING CHANGES