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
let w = floaty.rawWindow( <frame gravity="center" bg="#000000"> <vertical> <input inputType="text" layout_weight="1" hint="输入关键词" textColorHint="#ffbbbbbb" /> <Switch checked="true" /> </vertical> </frame> ); w.setTouchable(true) sleep(50000)
悬浮窗内,Input控件可以点击获取焦点,但是无法拉起输入法,无法粘贴、输入,Switch开关控件却能够点击开关。 同样的在UI模式下Input控件可以正常输入
安卓15,Hyper OS 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
悬浮窗内,Input控件可以点击获取焦点,但是无法拉起输入法,无法粘贴、输入,Switch开关控件却能够点击开关。
同样的在UI模式下Input控件可以正常输入
安卓15,Hyper OS 2
The text was updated successfully, but these errors were encountered: