We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
予期しない動作の内容 | Describe the unexpected behavior SimpleGUI::TextBox をモバイル環境で使用した際、Backspace の反応がとても悪い。 一文字分反応させるために、数秒~十秒ほど長押しが必要。
SimpleGUI::TextBox
再現方法 | To Reproduce OpenSIv3D for Web で以下のソースをリリースビルドし、サーバ上にデプロイ。 モバイル環境からアクセスする。
# include <Siv3D.hpp> void Main() { TextEditState textEditState{}; while (System::Update()) { SimpleGUI::TextBox(textEditState, Vec2{ 10, 10 }); } }
発生環境(モバイルの場合) | Smartphone (please complete the following information):
備考 | Additional context Gboard, Simeji 共に同じ症状。
The text was updated successfully, but these errors were encountered:
ご報告ありがとうございます。 例えば入力が数字やアルファベット限定であれば、次のような入力パッドを実装することができます。 https://siv3d.github.io/ja-jp/samples/ui/#15-%E6%95%B0%E5%80%A4%E3%83%91%E3%83%83%E3%83%89
Sorry, something went wrong.
No branches or pull requests
予期しない動作の内容 | Describe the unexpected behavior
SimpleGUI::TextBox
をモバイル環境で使用した際、Backspace の反応がとても悪い。一文字分反応させるために、数秒~十秒ほど長押しが必要。
再現方法 | To Reproduce
OpenSIv3D for Web で以下のソースをリリースビルドし、サーバ上にデプロイ。
モバイル環境からアクセスする。
発生環境(モバイルの場合) | Smartphone (please complete the following information):
備考 | Additional context
Gboard, Simeji 共に同じ症状。
The text was updated successfully, but these errors were encountered: