Browse Source

[fix]补充权限说明

Destiny 6 months ago
parent
commit
5a06b28a1d
2 changed files with 5 additions and 14 deletions
  1. 0 14
      ios/Podfile
  2. 5 0
      lib/module/keyboard_guide/keyboard_guide_page.dart

+ 0 - 14
ios/Podfile

@@ -134,18 +134,4 @@ post_install do |installer|
          end
     end
   end
-  installer.generated_projects.each do |project|
-    project.targets.each do |target|
-        target.build_configurations.each do |config|
-            config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
-         end
-    end
-  end
-  installer.generated_projects.each do |project|
-    project.targets.each do |target|
-        target.build_configurations.each do |config|
-            config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
-         end
-    end
-  end
 end

+ 5 - 0
lib/module/keyboard_guide/keyboard_guide_page.dart

@@ -273,6 +273,11 @@ class KeyboardGuidePage extends BasePage<KeyboardGuidePageController> {
                           //   controller.clearInputFocus();
                           // }
                         },
+                        onTap: () {
+                          if (PlatformUtil.isIOS)  {
+                            controller.clearInputFocus();
+                          }
+                        },
                         // 输入框控制器
                         controller: controller.editingController,
                         decoration: InputDecoration(