vbea 2 жил өмнө
parent
commit
a3425eefb6

+ 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>