From e41f1e30e88027d30f8b7ff7063524e46d7c42cc Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 10 Apr 2020 14:41:56 +0200 Subject: [PATCH] Fix iOS webview --- ios/Runner/Info.plist | 9 +++------ pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index e46fe10..94d01ab 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,6 +2,8 @@ + io.flutter.embedded_views_preview + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleExecutable @@ -28,8 +30,7 @@ Share photos with your contacts UIBackgroundModes - fetch - remote-notification + audio UILaunchStoryboardName LaunchScreen @@ -52,9 +53,5 @@ NSMicrophoneUsageDescription FluffyChat uses the microphone to record voice messages. - UIBackgroundModes - - audio - diff --git a/pubspec.lock b/pubspec.lock index 22b82f6..c2ca159 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -117,8 +117,8 @@ packages: dependency: "direct main" description: path: "." - ref: "31871235a59af16c7c163f767d7a7f8486457429" - resolved-ref: "31871235a59af16c7c163f767d7a7f8486457429" + ref: "28dee0e2e3dc2fdde64b29d0a65028b49b4c4dc7" + resolved-ref: "28dee0e2e3dc2fdde64b29d0a65028b49b4c4dc7" url: "https://gitlab.com/famedly/famedlysdk.git" source: git version: "0.0.1" @@ -724,7 +724,7 @@ packages: name: webview_flutter url: "https://pub.dartlang.org" source: hosted - version: "0.3.19+4" + version: "0.3.19+9" xml: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index eeb12cf..6a0becf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,7 +42,7 @@ dependencies: flutter_local_notifications: ^0.9.1+2 link_text: ^0.1.1 path_provider: ^1.5.1 - webview_flutter: ^0.3.19+4 + webview_flutter: ^0.3.19+9 share: ^0.6.3+5 flutter_secure_storage: ^3.3.1+1 http: ^0.12.0+4