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

Accessibility not working properly with multiple flutter fragments #2476

Open
santoshgistto opened this issue Oct 21, 2024 · 3 comments
Open

Comments

@santoshgistto
Copy link

Source : https://github.com/flutter/samples/tree/main/add_to_app/multiple_flutters

Screen_recording_20241021_134329.mp4
@ericwindmill
Copy link
Contributor

Hey @santoshgistto -- Is the issue that you're pointing out that the accessibility features aren't working in the final screen of that video? I'm just making sure I understand correctly

@santoshgistto
Copy link
Author

santoshgistto commented Oct 22, 2024

@ericwindmill Yes in the case of multiple flutter fragment

            val engine = if (i == 0) topBindings.engine else bottomBindings.engine
            FlutterEngineCache.getInstance().put(engineId.toString(), engine)
            val flutterFragment = FlutterFragment.withCachedEngine(engineId.toString()).build<FlutterFragment>()
            fragmentManager.beginTransaction().add(containerId, flutterFragment).commit()

multi_flutter

@santoshgistto
Copy link
Author

@ericwindmill please let me know if any info required to reproduce the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants