UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

SOLVED: Larger keyboard on smaller iPad?

Forums > iOS

I'm working on a crossword app, and need the tab key so my user can move from square to square. I'd actually like to use arrow keys, but that's totally a non-starter in iPadOS, AFAICT. The tab key (plus caps lock + shift keys) is visible on larger iPads (11 and up), but not on the 9.7". Is there anyway to display the bigger keyboard on the smaller iPad?

3      

There are few keyboard options you can try (optimized for different content) but I am not sure if any offer what you want.

The alternative would be to build custom "strip" that would sit on to of the keyboard and offer these additional buttons

4      

For example this is from popular note taking app Bear

Bear keyboard example

4      

An option would be to not require the user to hit Tab to move to the next square. Just do it automatically once they enter a letter. Because, face it, almost all of the time they will be entering a word, not a single letter, and how annoying would it be to have to type a TAB p TAB p TAB l TAB e?

4      

If you are using the iPad with touch input then the user can just touch to place the insertion point.

If they are using a keyboard then both my Logitech and Magic Keyboards have arrow keys which iPadOS understands.

im assuming that this would be for, say, moving to 6 down to enter a word. if it's during entry then as @roosterbiy wrote, it would be best to move on automtically after entering a letter.

4      

Thanks, all. I eventually attached an input accessory view to the keyboard, and added the buttons I needed there. I did change the app to get rid of the need for a tab key (among a bajillion orher changes).

3      

TAKE YOUR SKILLS TO THE NEXT LEVEL If you like Hacking with Swift, you'll love Hacking with Swift+ – it's my premium service where you can learn advanced Swift and SwiftUI, functional programming, algorithms, and more. Plus it comes with stacks of benefits, including monthly live streams, downloadable projects, a 20% discount on all books, and free gifts!

Find out more

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.