Skip to content
New issue

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

悬浮窗Input控件无法拉起输入法 #308

Open
ileeoyo opened this issue Jan 16, 2025 · 0 comments
Open

悬浮窗Input控件无法拉起输入法 #308

ileeoyo opened this issue Jan 16, 2025 · 0 comments

Comments

@ileeoyo
Copy link

ileeoyo commented Jan 16, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant