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

新增 updateFlags 方法,可修复悬浮窗中的edittext无法弹出输入法 #139

Closed
wants to merge 3 commits into from

Conversation

PBK-B
Copy link

@PBK-B PBK-B commented Jan 10, 2021

@yhaolpz FIX:#138 新增 updateFlags 方法,可修复悬浮窗中的edittext无法弹出输入法

// 使悬浮窗获取焦点
FloatWindow.get().updateFlags(WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR);
// 使悬浮窗失去焦点
FloatWindow.get().updateFlags(WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE);

@PBK-B PBK-B changed the title #138 新增 updateFlags 方法,可修复悬浮窗中的edittext无法弹出输入法 新增 updateFlags 方法,可修复悬浮窗中的edittext无法弹出输入法 Jan 11, 2021
@PBK-B PBK-B closed this Jan 13, 2021
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

Successfully merging this pull request may close these issues.

1 participant