updated web support
This commit is contained in:
parent
d0657c3b9a
commit
442c9f1bc2
|
@ -186,9 +186,6 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
|
|||
onConsoleMessage: (controller, consoleMessage) {
|
||||
print(consoleMessage);
|
||||
},
|
||||
onZoomScaleChanged: (controller, oldScale, newScale) {
|
||||
print("$oldScale $newScale");
|
||||
},
|
||||
),
|
||||
!kIsWeb && progress < 1.0
|
||||
? LinearProgressIndicator(value: progress)
|
||||
|
|
Loading…
Reference in New Issue