Skip to content

Issues with FlutterFragment / FlutterView #22224

@shakil807g

Description

@shakil807g

I am using flutter fragment like this

        flutterFragment = Flutter.createFragment("lookingfor")
        val tx = supportFragmentManager.beginTransaction()
        tx.replace(R.id.container, flutterFragment)
        tx.commit()

but when i tap on textfield on my flutter screen the keyboard hide textfield and it doesn't scroll but when i use the same screen with flutter only project it work fine

 [✓] Flutter (Channel master, v0.8.5-pre.5, 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 installation is incomplete; a full installation is necessary for iOS development.
      Download at: https://developer.apple.com/xcode/download/
      Or install Xcode via the App Store.
      Once installed, run:
        sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
[✓] Android Studio (version 3.1)
[✓] IntelliJ IDEA Community Edition (version 2018.2.3)
[✓] VS Code (version 1.27.2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: existing-appsIntegration with existing apps via the add-to-app flowa: text inputEntering text in a text field or keyboard related problemsengineflutter/engine related. See also e: labels.platform-androidAndroid applications specifically

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions