flutter_multiple_webview_plugin 1.0.22 flutter_multiple_webview_plugin: ^1.0.22 copied to clipboard
Plugin that allow Flutter to communicate with a multiple native Webviews.
1.0.22 #
- Android compileSdkVersion upgrade to 32 + update Flutter + Dart
1.0.20 #
- fix iosDisableTextInteraction only available on iOS 14.5 and above
1.0.19 #
- fix iosDisableTextInteraction only available on iOS 14.5 and above
1.0.18 #
- added iOS flag - iosDisableTextInteraction, which is used to disable feature - Text Interaction
1.0.17 #
- added guard which not allow to create webview when one with same id is already created for a both platforms iOS, Android and also for iOS added ability to turn off LinkPreview feature
1.0.16 #
- on iOS set UIDelegate to nil when close event is called
1.0.15 #
- on iOS added video ram info to log after crash
1.0.14 #
- added listener onCrashError - is called when webview crashed (Android - onRenderProcessGone, iOS - webViewWebContentProcessDidTerminate), only for iOS available virtual memory can be obtained at listener
1.0.13 #
- iOS allowed inspectable for iOS 16.4 and newer - debuggingEnabled is needed
1.0.12 #
- Android onActivityResult catch external package - e.q. canceled facebook login window
1.0.11 #
- iOS invalidUrlRegex fix - now allow to have different invalidUrlRegex for each webview instance
1.0.10 #
- disabled system font size functionality for android
1.0.9 #
- added iOS contentInsetAdjustmentBehaviorNever
1.0.8 #
- iOS getRightWebView fix
1.0.7 #
- added backgroundColor-transparent Android/iOS
1.0.6 #
- added comments - id, javascriptChannels
1.0.5 #
- internal testing release
1.0.4 #
- internal testing release
1.0.3 #
- internal testing release - fix pipeline
1.0.2 #
- internal testing release
1.0.1 #
- added home page to podspec
1.0.0 #
- initial version