Search Issue Tracker
Fixed in 0.0.10-preview
Votes
0
Found in [Package]
0.0.10-preview
Issue ID
1097242
Regression
No
[UWP][Keyboard] onInputText does not work.
The onInputText does not show the text input on UWP. It happens to both physical keyboard and on screen one.
Repro:
1. Download input test project: https://oc.unity3d.com/index.php/s/qRzUBoGKsVawY2d
2. Build and launch UWP player from attached project
3. Observe the onInputText section of the project.
Expected: The onInputText shows the correct result from keyboard input.
Comments (106)
-
farqankhatri000003
Mar 02, 2020 11:03
I found so many interesting stuff in your blog especially its discussion. From the tons of comments on your articles, I guess I am not the only one having all the enjoyment here! keep up the good work... <a href="https://www.callgirlsinvisakhapatnam.com/">Visakhapatnam escorts service</a>
-
farqankhatri000003
Feb 24, 2020 08:06
Wow, What a Excellent post. I really found this to much informatics. It is what i was searching for.I would like to suggest you that please keep sharing such type of info.Thanks <a href="https://www.ebooksdownloads.xyz/">free ebook download</a>
-
farqankhatri000003
Feb 21, 2020 05:03
Wow, What a Excellent post. I really found this to much informatics. It is what i was searching for.I would like to suggest you that please keep sharing such type of info.Thanks <a href="https://www.digitalglyde.com/digital-oil-field/">Digital Oil Field</a>
-
farqankhatri000003
Feb 19, 2020 09:54
Wow, What a Excellent post. I really found this to much informatics. It is what i was searching for.I would like to suggest you that please keep sharing such type of info.Thanks <a href="https://pickbest3dprinterunder500.com/">best 3d printer under 500</a>
-
farqankhatri000003
Feb 05, 2020 07:16
Yes i am totally agreed with this article and i just want say that this article is very nice and very informative article.I will make sure to be reading your blog more. You made a good point but I can't help but wonder, what about the other side? !!!!!!Thanks <a href="https://satta.ind.in/">Satta king</a>
-
farqankhatri000003
Feb 03, 2020 09:29
Yes i am totally agreed with this article and i just want say that this article is very nice and very informative article.I will make sure to be reading your blog more. You made a good point but I can't help but wonder, what about the other side? !!!!!!Thanks <a href="https://www.the-mcondos.com/">The M Condo</a>
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
Resolution Note (fix version 0.0.10-preview):
The issue caused by UWP behavior in which the CharacterReceived Window event, which dispatches the UTF-32 character to NewInput, isn't fired if the AcceleratorKeyDown event is "handled". This bug also occurs in 2018.3 and isn't related to my IME feature work, and so I've opened a backport case for it.
I'm uncertain how I missed this bug because I though I verified characters were dispatched before.