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

TextField Keyboard dosent show or work when i focous inside it . #1

Closed
sabahya3 opened this issue Apr 29, 2022 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@sabahya3
Copy link

I try to show a box over apps and inside of it I added a TextField , and when i press inside of it to write it dosent show the keyboard to enable me to write inside the TextField

@X-SLAYER X-SLAYER added the bug Something isn't working label Apr 29, 2022
@X-SLAYER
Copy link
Owner

I have just published a new version that fixes the bug flutter_overlay_window v0.0.2
use the OverlayFlag.flagNotTouchModal flag when u use text fields inside the overlay
like that

await FlutterOverlayWindow.showOverlay(flag: OverlayFlag.flagNotTouchModal);

@sabahya3
Copy link
Author

sabahya3 commented Apr 29, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants