From efa257b1757d8aee02158665a53739fcaee0b1f7 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Tue, 18 Apr 2023 11:43:03 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20android/iOS=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E3=80=81mainApp=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/AndroidManifest.xml | 33 ++++++++- ios/Podfile.lock | 48 +++++++++++++ ios/Runner.xcodeproj/project.pbxproj | 68 +++++++++++++++++++ .../contents.xcworkspacedata | 3 + ios/Runner/Info.plist | 11 +++ lib/pages/home/view.dart | 2 +- lib/pages/hot/view.dart | 2 +- lib/pages/main/view.dart | 43 +++++++++++- lib/pages/mine/view.dart | 2 +- 9 files changed, 205 insertions(+), 7 deletions(-) create mode 100644 ios/Podfile.lock diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 72b0e15c..5f6c7923 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,9 +1,30 @@ + + + + + + + + + + + + + + + + + + + + android:icon="@mipmap/ic_launcher" + android:enableOnBackInvokedCallback="true"> + android:windowSoftInputMode="adjustResize" + android:supportsPictureInPicture="true">