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
- Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used
- Scene.isSubScene returns True when a Scene that is not a SubScene is loaded in a build
- The Search window does not show objects with inherited components when filtering by type
- Scrolling occurs when using a shortcut with "Wheel Up" or "Wheel Down" on a selection command in a scrollable Hierarchy window
- Shortcut fails to trigger when using KeyCode.WheelUp with ShortcutModifiers.Shift
Add comment