You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running an eframe app on Phosh, the on-screen keyboard pops up when the app starts. This is because Window::set_ime_allowed is being called with a parameter of true (#2046) .
To Reproduce
Build and run any eframe app on Phosh (Librem 5, PinePhone).
The text was updated successfully, but these errors were encountered:
Perhaps calling Window::set_ime_allowed with true when a TextEdit gains focus and then calling it with false when focus is lost would actually bring up the on-screen keyboard at the right time?
Describe the bug
When running an eframe app on Phosh, the on-screen keyboard pops up when the app starts. This is because
Window::set_ime_allowed
is being called with a parameter oftrue
(#2046) .To Reproduce
Build and run any eframe app on Phosh (Librem 5, PinePhone).
The text was updated successfully, but these errors were encountered: