Prevent keybord from popping up on app start?

I’m writing an app using egui that is for desktop and mobile. When I start the app on Phosh, the keyboard pops up. Anyone know of a way to prevent this? It seems to me that Phosh thinks it’s a console app and just shows the keyboard by default.

Phosh doesn’t “think” anything - the keyboard pops up only when the application requests it. Are you using SDL?

Looking at you, gnome-calculator :unamused:

1 Like

No SDL. It’s using winit for window creation.