vbea 2 年之前
父節點
當前提交
a3425eefb6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Strides-APP/app/pages/my/Feedback.js

+ 1 - 1
Strides-APP/app/pages/my/Feedback.js

@@ -219,7 +219,7 @@ export default class Feedback extends React.Component {
     return (
       <ScrollView
         style={styles.container}
-        keyboardShouldPersistTaps='handled'>
+        keyboardShouldPersistTaps={isIOS ? 'never' : 'handled'}>
         <View style={styles.headerView}>
           <View style={ui.flex1}>
             <Text style={styles.title}>{$t('feedback.tipsSomething')}</Text>