Anish Mishra
Anish Mishra
`auto` introduces a lot of uncertainty. From a user’s perspective, I would expect it to handle everything automatically. IMO, rendering driver settings should be explicitly set by the user. Instead...
@ajreckof I have updated it to keep it consistant between the two classes. Now check for editable is done before calling `show_virtual_keyboard()`.
I was thinking about this same feature for my mobile fork. I am also just waiting for the handle rework to be done first.
I have updated the commit message for better clarity
I can not reproduce this issue on my mobile with chrome Android 14, But search is broken on my windows pc for stable branch and i cannot find any errors...
I just checked and it is now working for me 🎉. It seems like `ReadTheDocs` is updated because its floating button looks different now.
> to add to this it would also be very useful to have spinbox.virtual_keyboard_type and it would probably make sense for the spinbox to default to the numpad version of...
> Regardless, spinbox should probably be set to: SpinBox.get_line_edit().set_virtual_keyboard_type(3) #KEYBOARD_TYPE_NUMBER_DECIMAL I agree. https://github.com/godotengine/godot/pull/104171 would change the default for it.