You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR is an attempt to fix the issue with not displaying the dot/comma in the keyboard when typing in the input field for setting the amount to send in a transaction. I could not replicate this issue locally (S9+ and Android 6.0 / R), as it seems to happen on specific devices / OS versions.
@richard-ramos it's amazing! You almost fixed that 2-years old issue! :)
It looks good now when sending transactions from Galaxy Note 4 with Android 6.0.1 where we had an issue.
There is one place where it's needed to make same update though: when Request transaction from 1-1 chat.
To reproduce:
Open Status and create new account
Join any 1-1 chat
Tap [/] commands button in message input.
Tap Request transaction
Could you please update in that screen keyboard setting in a same way?
Thanks @flexsurfer
I've added autocapitalize words because without this key there was no dot separator.
On Android 6.0.1 and Android 8.1 (and iOS too) tested and separator is present everywhere
Thanks @richard-ramos for finding solution!
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #2681
Summary
This PR is an attempt to fix the issue with not displaying the dot/comma in the keyboard when typing in the input field for setting the amount to send in a transaction. I could not replicate this issue locally (S9+ and Android 6.0 / R), as it seems to happen on specific devices / OS versions.
The solution is based on these comments:
facebook/react-native#22005 (comment)
facebook/react-native#12988 (comment)
Platforms
status: WIP