vbea 2 лет назад
Родитель
Сommit
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>