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
Which focused the textarea, but the virtual keyboard wasnt opening. I noticed that the egui.rs site does open the keyboard, but only on the second click
The text was updated successfully, but these errors were encountered:
I tried to fix the bug on my applications and I proposed this fix here #4855.
I don't know if it's the best solution, but it gives at least a hint for the final fix.
I cloned the latest version from the eframe template and it failed to focus the textarea. i tried to focus the input field manually with this code
Which focused the textarea, but the virtual keyboard wasnt opening. I noticed that the egui.rs site does open the keyboard, but only on the second click
The text was updated successfully, but these errors were encountered: