-
Notifications
You must be signed in to change notification settings - Fork 122
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
Labels
bug
Something isn't working
Comments
I have just published a new version that fixes the bug flutter_overlay_window v0.0.2 await FlutterOverlayWindow.showOverlay(flag: OverlayFlag.flagNotTouchModal); |
Thanks bro, I will try it and give you feed back a lot of love from Egypt
💙💙
…On Fri, Apr 29, 2022, 10:09 PM Iheb Briki ***@***.***> wrote:
I have just published a new version that fixes the bug flutter_overlay_window
v0.0.2 <https://pub.dev/packages/flutter_overlay_window/versions/0.0.2>
use the OverlayFlag.flagNotTouchModal flag when u use text fields inside
the overlay
like that
await FlutterOverlayWindow.showOverlay(flag: OverlayFlag.flagNotTouchModal);
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATLRVQ5TP3QL23VKMC2CMNDVHQ6ZLANCNFSM5UWZ5MNQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: