Skip to content

Tags: daydelight-com/flutter_inappwebview

Tags

v6.0.0-beta.22

Toggle v6.0.0-beta.22's commit message
Updated window.flutter_inappwebview.callHandler implementation: if th…

…ere is an error/exception on Flutter/Dart side, the callHandler will reject the JavaScript promise with the error/exception message, so you can catch it also on JavaScript side, Fixed Android Web Storage Manager deleteAllData and deleteOrigin methods implementation, fix pichillilorenzo#1462, fix pichillilorenzo#1475

v5.7.2+3

Toggle v5.7.2+3's commit message

v6.0.0-beta.21

Toggle v6.0.0-beta.21's commit message

v6.0.0-beta.20

Toggle v6.0.0-beta.20's commit message
Updated code docs, Using Android WebViewClientCompat for Chromium-bas…

…ed WebView if the WebView package major version is >= 73 (https://bugs.chromium.org/p/chromium/issues/detail?id=925887), fix pichillilorenzo#1422

v5.7.2+2

Toggle v5.7.2+2's commit message

v6.0.0-beta.19

Toggle v6.0.0-beta.19's commit message
Updated code docs, Fixed some missing macOS asserts, fix pichillilore…

…nzo#1447

v5.7.2+1

Toggle v5.7.2+1's commit message
Updated README

v6.0.0-beta.18

Toggle v6.0.0-beta.18's commit message
Fixed InAppWebViewSettings automatic infer if initialSettings is null

v6.0.0-beta.17

Toggle v6.0.0-beta.17's commit message
Replaced Uri.encodeFull with Uri.encodeComponent to load html data co…

…rrectly on Web platform

v6.0.0-beta.16

Toggle v6.0.0-beta.16's commit message
Removed Android Hybrid Composition constraint to use the pull-to-refr…

…esh feature, Removed Android com.squareup.okhttp3:okhttp dependency