vbea hace 2 años
padre
commit
a3425eefb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>