React Native中的图像键盘支持

时间:2018-09-11 15:26:46

标签: android react-native android-softkeyboard android-7.1-nougat android-textinputedittext

Android documentation指出:

  

在Android 7.1(API级别25)中,Android SDK包含Commit Content API,该API为IME提供了一种通用方法,可将IME直接将图像和其他丰富内容发送到应用程序中的文本编辑器。

但是,当我使用React Native的TextInput组件并从Android的键盘中选择一个GIF时,会收到以下消息(请参见屏幕截图):

  

此文本字段不支持从键盘插入GIF。

This text field does not support GIF insertion from the keyboard.

如何为React Native应用程序添加对此功能的支持?理想情况下,我想要一个提供回调以处理commitContent()接收到的URI的组件。

1 个答案:

答案 0 :(得分:1)

有一个请求请求,增加了3个月前的支持。我不清楚为什么现在不合并... https://github.com/facebook/react-native/pull/26088