2017-04-05 44 views
0

我有一個屏幕是這種類型的屏幕。 (非常相似,在Gmail中應用程序的電子郵件)使鍵盤對文本區域的行爲如<TextInput>

<View> 
    <View> 
     Content X 
    </View> 
    <View> 
     Content Y 
    </View> 
    <ScrollView> 
     <TextInput/> {/*Text Area like TextInput*/} 
    </ScrollView> 
</View> 

什麼,我面對的是,在編輯時,光標設法去鍵盤背後的問題。在這種情況下並沒有真正的幫助。

類似的行爲,我在Gmail應用

This is the kind of screen i'm working on

This is the kind of behaviour i'm trying to replicate. The cursor in the gmail app never ends up behind the keyboard

回答

0
+0

工程上的TextInput相當出色注意到。但如果有問題的textinput已經有鍵盤背後的內容,則不起作用。 –

+0

在這種情況下,我認爲這傢伙的答案更像是你需要的(焦點+偏移量)https://stackoverflow.com/questions/30546742/react-native-how-to-move-screen-up-on-textinput –

+0

我認爲這個答案或多或少都圍繞着多個單行textInput。不完全是這種情況。 –

相關問題