Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic soft-keyboard support on iOS #19161

Merged
merged 1 commit into from
May 20, 2024
Merged

Add basic soft-keyboard support on iOS #19161

merged 1 commit into from
May 20, 2024

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented May 20, 2024

This uses the UIKeyInput interface instead of a hidden TextField. This method is a bit limited, however, it's enough to log into RetroAchievements and change your nickname, at least, and it was the easiest to implement.

So, this solves a lot of the problems caused by missing keyboard support.

Part of #19141

This uses the old UIKeyInput which is a bit limited language-wise, however, it's enough
to log into RetroAchievements and change your nickname, at least, and it was the easiest to implement.

So, this solves 90% of the problems caused by missing keyboard support, at least.
@hrydgard hrydgard added Platform-specific (iOS) User Interface PPSSPP's own user interface / UX labels May 20, 2024
@hrydgard hrydgard added this to the v1.18.0 milestone May 20, 2024
@hrydgard hrydgard merged commit b00b4fb into master May 20, 2024
18 checks passed
@hrydgard hrydgard deleted the basic-ios-keyboard branch May 20, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform-specific (iOS) User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant