File tree Expand file tree Collapse file tree 4 files changed +7
-33
lines changed
example/android/app/src/main
java/io/flutter/plugins/webviewflutterexample Expand file tree Collapse file tree 4 files changed +7
-33
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.5
2+
3+ * Example app observes ` uiMode ` , so the WebView isn't reattached when the UI mode changes. (e.g. switching to Dark mode).
4+
15## 2.0.4
26
37* Fix a bug where ` allowsInlineMediaPlayback ` is not respected on iOS.
Original file line number Diff line number Diff line change 1414 android : name =" flutterEmbedding"
1515 android : value =" 2" />
1616 <activity
17- android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"
18- android : exported =" true"
17+ android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
1918 android : hardwareAccelerated =" true"
2019 android : launchMode =" singleTop"
21- android : name =" .EmbeddingV1Activity "
20+ android : name =" io.flutter.embedding.android.FlutterActivity "
2221 android : theme =" @style/LaunchTheme"
2322 android : windowSoftInputMode =" adjustResize" >
2423 <!-- This keeps the window background of the activity showing
2827 <meta-data
2928 android : name =" io.flutter.app.android.SplashScreenUntilFirstFrame"
3029 android : value =" true" />
31- </activity >
32- <activity
33- android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"
34- android : hardwareAccelerated =" true"
35- android : launchMode =" singleTop"
36- android : name =" io.flutter.embedding.android.FlutterActivity"
37- android : theme =" @style/LaunchTheme"
38- android : windowSoftInputMode =" adjustResize" >
3930 <intent-filter >
4031 <action android : name =" android.intent.action.MAIN" />
4132 <category android : name =" android.intent.category.LAUNCHER" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : webview_flutter
22description : A Flutter plugin that provides a WebView widget on Android and iOS.
33homepage : https://github.com/flutter/plugins/tree/master/packages/webview_flutter
4- version : 2.0.4
4+ version : 2.0.5
55
66environment :
77 sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments