-
Notifications
You must be signed in to change notification settings - Fork 166
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
Flutter Web: Prev/Next/Done button from the keyboard appears under the custom prev/next/done button from this package #187
Comments
@nerakatiryrref can you add more information? screenshots would help. |
I am running the example app using chrome / safari browser in iOS. Android browser works as expected (only one toolbar from keyboard action package) |
hmmm those actions are part of the keyboard I think, so is out of the control of |
Hi, Thanks for your reply. This issue not only appears in my device, but in several iOS device. The keyboard setting is default. No special / custom setting. You may have to check it by your self using iOS simulator. |
are you using the google keyboard? https://apps.apple.com/pe/app/gboard-the-google-keyboard/id1091700242?l=en |
This issue happens with the default web keyboard on iOS. Have you tried it out? I don't have the google keyboard but I have the same issue |
ah sorry, do you need keyboard actions in browser? maybe you can check https://api.flutter.dev/flutter/foundation/kIsWeb-constant.html and avoid keyboard actions when the release is for web. |
@diegoveloper Thanks for trying to help. Unfortunately the keyboard actions (in the bar above the keyboard) can't be turned off with textfield/textformfield in flutter web. |
I think this can't be changed |
|
Ah sorry I thought you meant disable the default bar, not the custom KeyboardActions. OP wanted to use custom keyboard actions instead of the default, so did I, so this is not a solution. I think this cannot be achieved as explained in the comment I linked in my previous comment |
Hi,
I tried on flutter web on ios browser (chrome or safari), the prev/next/done button from the keyboard appears under the prev/next/done button from flutter_keyboard_actions.
The text was updated successfully, but these errors were encountered: