Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GIF in TextInput #25918

Closed
oromis300 opened this issue Aug 2, 2019 · 2 comments
Closed

Use GIF in TextInput #25918

oromis300 opened this issue Aug 2, 2019 · 2 comments
Labels
Bug Component: TextInput Related to the TextInput component. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@oromis300
Copy link

I want to be able to send GIF via an InputText. I use the Google Keyboard to displays the GIFs.
But when I click on one gif I have an error saying appname doesn't support image insertion here.

Screenshot_20190802-121602

React Native version:
React Native Environment Info:
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
Memory: 3.82 GB / 15.92 GB
Binaries:
npm: 6.2.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.4.0.0 AI-183.6156.11.34.5692245

Steps To Reproduce

  1. Use a simple TextInput
  2. Focus him to make the keyboard appear
  3. With the Google Keyboard select the GIF section.
  4. Select any GIF and the error will appear.

Describe what you expected to happen:
I want to be able to get the GIF, the url, the uri, base64 data or anything so I can send it to the chat.

Here my simple TextInput

<TextInput size={17} placeholder={strings('messages.message_placeholder')} style={[styles.inputStyle, Platform.OS === 'android' && styles.marginAndroid]} underlineColorAndroid={null} defaultValue={text} onChangeText={this.onChange} innerRef={input => { this.inputChat = input; }} multiline onContentSizeChange={e => this.onContentSizeChange(e)} onFocus={onFocus} />

@oromis300 oromis300 added the Bug label Aug 2, 2019
@react-native-bot react-native-bot added the Component: TextInput Related to the TextInput component. label Aug 2, 2019
@stale
Copy link

stale bot commented Oct 31, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Oct 31, 2019
@stale
Copy link

stale bot commented Nov 7, 2019

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Nov 7, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Nov 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Component: TextInput Related to the TextInput component. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

2 participants