Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.1.4f1
Issue ID
1051178
Regression
No
[iOS] UI navigation is not possible with a Bluetooth keyboard
UI cannot be navigated using Bluetooth keyboards connected to iOS devices - only entering text to InputFields is possible, navigation between different UI elements or clicking buttons doesn't work.
Steps to reproduce:
1) Open the attached project (1051178_repro.zip).
2) Build and run on an iOS device that supports Bluetooth keyboards (iPad or Apple TV).
3) Connect a Bluetooth keyboard (wireless mac keyboards work) to the device and make sure it works (⌘ + Spacebar should bring up search menu).
4) Focus on the InputField (touch it).
5) Type something in.
- It works as expected.
6) Press Enter on the keyboard to exit the InputField.
7) Press down arrow (should move focus to a button below).
8) Press Enter (should press the button and turn it red).
Expected: UI can be navigated using Bluetooth keyboards.
Actual: UI cannot be navigated using Bluetooth keyboards, only typing text into InputFields is possible.
Reproduced on:
2018.3.0a2, 2018.1.0f2
This issue does not reproduce on Android.
Devices tested:
iPad 5th gen iOS 10.3.3
LG G2 Android 5.0
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment