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

Weird behaviour of Text Field when adding flutter to existing Android app as a module . #21603

Closed
shakil807g opened this issue Sep 8, 2018 · 6 comments
Labels
a: existing-apps Integration with existing apps via the add-to-app flow a: text input Entering text in a text field or keyboard related problems engine flutter/engine repository. See also e: labels.

Comments

@shakil807g
Copy link

shakil807g commented Sep 8, 2018

I had follow this guide to add flutter to existing android app https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps but i when i tap on textfield and keyboard pop ups but , some how screen get flicker .

[✓] Flutter (Channel master, v0.7.1-pre.26, on Mac OS X 10.13.5 17F77, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.2)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2)
[✓] Android Studio (version 3.1)
[✓] IntelliJ IDEA Community Edition (version 2018.2.3)
[✓] VS Code (version 1.26.1)
[!] Connected devices
    ! No devices available
@zoechi zoechi added a: text input Entering text in a text field or keyboard related problems a: existing-apps Integration with existing apps via the add-to-app flow labels Sep 11, 2018
@zoechi
Copy link
Contributor

zoechi commented Sep 11, 2018

You probably need to assign a TextEditingController to the text field that you keep around so that it is not recreated when the widget is rebuilt.

@shakil807g
Copy link
Author

i already do that still there is problem ??

@shakil807g
Copy link
Author

Here is gif of this behaviour there is black view showing when keyboard open or close
text

@zoechi zoechi added the engine flutter/engine repository. See also e: labels. label Dec 10, 2018
@zoechi zoechi added this to the Goals milestone Dec 10, 2018
@zoechi
Copy link
Contributor

zoechi commented Dec 10, 2018

Are you still seeing this with recent Flutter versions?

@zoechi zoechi added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Dec 10, 2018
@zoechi
Copy link
Contributor

zoechi commented Jan 11, 2019

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away!
Thanks for your contribution.

@zoechi zoechi closed this as completed Jan 11, 2019
@pedromassangocode pedromassangocode removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Apr 28, 2021
@github-actions
Copy link

github-actions bot commented Aug 2, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: existing-apps Integration with existing apps via the add-to-app flow a: text input Entering text in a text field or keyboard related problems engine flutter/engine repository. See also e: labels.
Projects
None yet
Development

No branches or pull requests

3 participants